forked from schismtracker/schismtracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
20 lines (14 loc) · 677 Bytes
/
INSTALL
File metadata and controls
20 lines (14 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.