mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-11-16 06:06:56 +00:00
Moving autotools down on the development page so folks don't assume that's the default way to go (yet)
This commit is contained in:
parent
3f7029ec37
commit
06da379cd2
@ -16,18 +16,6 @@ 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
|
||||
@ -150,6 +138,20 @@ easy. Start with <<<vars_x86linux>>> if you are a little-endian machine, or
|
||||
unless your processor is little-endian (Alpha, x86, Mac Intel). Mac PPC, Sun, MIPS,
|
||||
HP, Motorola, and IBM Power are big-endian.
|
||||
|
||||
* Under Development - Autotools Integration
|
||||
|
||||
With the autotools branch, the following sequence will
|
||||
execute the build from the main directory:
|
||||
|
||||
----------------
|
||||
autoreconf
|
||||
automake --add-missing
|
||||
autoheader
|
||||
autoconf
|
||||
sh configure
|
||||
make
|
||||
----------------
|
||||
|
||||
* Extended {Capabilities} by Platform
|
||||
|
||||
All platforms have a common core of capabilities:
|
||||
|
Loading…
Reference in New Issue
Block a user