- Added INSTALL file with the mambo-jambo compilation instructions

- Added few TODO items
 - Changed asm to __asm__ so that some GNUC compilers are happy
This commit is contained in:
zveriu@gmail.com
2011-10-17 07:03:37 +00:00
parent 880db4e1b9
commit 7edf0d2b0a
3 changed files with 16 additions and 3 deletions

9
INSTALL Normal file
View File

@@ -0,0 +1,9 @@
Until I fix the AM/AC configs/scripts, here is what makes it compile:
automake
autoreconf
automake --add-missing
autoreconf
automake
./configure
make