- cross platform
- fully reentrant code
- clear code
- well-tested
- documentation
The following software is required to build libemu51:
- C99-compliant C compiler
- CMake
Optional dependencies:
Extract libemu51 and chdir to the directory. Type the following commands:
mkdir build && cd build
cmake ..
make
Build and view API documentation:
make doc
firefox doc/html/index.html
This work is distributed under the zlib/libpng license. See COPYING for the full license text.