mirror of
https://github.com/david-schmidt/gsport.git
synced 2025-03-05 14:30:05 +00:00
Remind myself how to build with autotools
This commit is contained in:
parent
e906aef693
commit
ad70b6bd8d
@ -16,6 +16,18 @@ The Makefile includes a file called <<<vars>>> which defines the platform-
|
||||
dependent variables. You need to make <<<vars>>> point to (or be) the appropriate
|
||||
file for your machine.
|
||||
|
||||
With the autotools version of the build, the following sequence will
|
||||
execute the build from the main directory:
|
||||
|
||||
----------------
|
||||
autoreconf
|
||||
automake --add-missing
|
||||
autoheader
|
||||
autoconf
|
||||
sh configure
|
||||
make
|
||||
----------------
|
||||
|
||||
* Win32
|
||||
|
||||
There is a different port of KEGS by Chea Chee Keong (akilgard) called
|
||||
|
Loading…
x
Reference in New Issue
Block a user