diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/autoconf/README.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/build/autoconf/README.txt b/build/autoconf/README.txt index e48221e..304f931 100644 --- a/build/autoconf/README.txt +++ b/build/autoconf/README.txt @@ -1,3 +1,14 @@ the build/autoconf system is currently under revision; - if it doesn't work, try the autoconf-system in <zexy>/src/ instead + + + +GENERIC INSTALL INSTRUCTIONS +============================ +run the following commands: + + ./autogen.sh + ./configure + make + make install + |