glguida / libcpu

Home Page:http://www.libcpu.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUILD INSTRUCTIONS
==================

Ubuntu Linux
------------

CMake version 2.8 or higher is required. Unfortunately (as of January 3, 2010)
Ubuntu's default CMake is still at 2.6.x, so you'll have to build it yourself.

You can install other build dependencies with:

  sudo apt-get install flex bison libreadline-dev

To build libcpu:

  make


RUNNING SOME TESTS
==================

x86 front-end
-------------

To run the x86 front-end tests:

  ./test/scripts/8086.sh

About

http://www.libcpu.org/

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 55.9%Language:C 43.2%Language:SuperCollider 0.4%Language:Assembly 0.3%Language:Python 0.1%Language:Shell 0.0%Language:Visual Basic 0.0%