Port created by Ed McManus.
Follow me on Twitter!
http://www.twitter.com/emcmanus
This project is released under the zLib license. http://www.zlib.net/zlib_license.html
/bin
Contains the z LLVM bitcode library, built with Alchemy V0.5. This should be all you need!
With alc-on
, run CFLAGS="-emit-llvm" ./configure
.
Then build and move the library with make all; mv -f z.l.bc bin/z.l.bc
.
Copy bin/z.l.bc
to your Alchemy library folder with cp bin/z.l.bc $ALCHEMY_HOME/usr/local/lib/
, or add ./bin
to your Alchemy library path.
Copy all header files to your Alchemy include folder with cp ./*.h $ALCHEMY_HOME/usr/local/include/
, or add this folder ./
to your Alchemy include path.