Skip to content

emcmanus/flashzlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlashZlib - Quick Guide

Port created by Ed McManus.

Follow me on Twitter!

http://www.twitter.com/emcmanus

License

This project is released under the zLib license. http://www.zlib.net/zlib_license.html

Important Locations

  • /bin Contains the z LLVM bitcode library, built with Alchemy V0.5. This should be all you need!

How To

Build

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.

Install

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.

About

A Flash port of zLib, using Adobe Alchemy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published