port from svn

This commit is contained in:
root
2013-07-07 20:39:49 -07:00
commit f331824031
1832 changed files with 680797 additions and 0 deletions

5
build Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
chmod +x configure
./configure --enable-core-inline --disable-debug --prefix=/usr || exit 1
make -j3 || exit 1