diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-07-22 10:43:09 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2008-07-22 10:43:09 +0000 |
commit | 763bec366655272282b980abed89fd295c869aa6 (patch) | |
tree | b75ce30d7dc34528ca8215fab59551e7fec98dcc /build | |
parent | 6b5125dde910d8810af637d2c849905124392318 (diff) |
added generic install instructions
svn path=/trunk/externals/zexy/; revision=10199
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 + |