Skip to content

Commit

Permalink
Merged scons installation target from isotopp/pkt2flow; added install…
Browse files Browse the repository at this point in the history
…ation notes to README.md
  • Loading branch information
yalla committed Mar 1, 2014
1 parent 077f278 commit bbe565e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,19 @@ You can follow simple steps to make a compile:
$ scons


How to install (optional)
----------

You can optionally let scons automatically handle the installation for you by
providing an installation prefix, e.g.:

$ PREFIX=/usr/local
$ scons --prefix=$PREFIX install

This will build pkt2flow and install the binary to /usr/local/bin/pkt2flow.
Depending on where you want to install it, you might need to use sudo or
become the appropriate user.

Usage
--------

Expand Down

0 comments on commit bbe565e

Please sign in to comment.