Support #833
Install slsnif on OSX 10.5
Description
This is a guide on how to compile and install slsnif on OSX 10.5.
- Install TigerBrew
- Clone the slsnif repo from GitHub:
mkdir ~/git && cd ~/git git clone https://github.com/aeruder/slsnif.git cd slsnif
- Generate a configure script:
sh autogen.sh
- Then run the configure script:
./configure
- Place a copy of the wait.h file in the slsnif src folder:
cp /Developer/SDKs/MacOSX10.5.sdk/usr/include/sys/wait.h src/
- Compile and install slsnif:
make make install
Resources¶
Updated by Daniel Curtis over 8 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100