Project

General

Profile

Support #833

Install slsnif on OSX 10.5

Added by Daniel Curtis over 7 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
07/28/2016
Due date:
% Done:

100%

Estimated time:
0.50 h
Spent time:

Description

This is a guide on how to compile and install slsnif on OSX 10.5.

  • 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

#1

Updated by Daniel Curtis over 7 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100
#2

Updated by Daniel Curtis over 7 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF