Skip to content

Commit

Permalink
add a quick install in a nutshell to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5742 committed Jun 16, 2016
1 parent 9576f4b commit 720b89c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions INSTALL
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
This is a fairly typical autotools package. In a nutshell, if you're using
a roughly Unix-ish environment:

0.) autoreconf -i
You only need this if you've fetched this package from the repo
and lack ./configure in the top-level source directory.

1.) ./configure
Want plenty more options than you need? ./configure --help

2.) make
This should create a ./schismtracker binary, which you can
move around to wherever it makes you happiest.

3.) make install
If you want it installed! You likely want sudo for this.

4.) happy tracking!

For more detailed instructions, peruse the files in the 'docs' directory.

0 comments on commit 720b89c

Please sign in to comment.