Skip to content

An ANSI-C (C89) compiler built from scatch for the DCPU16 architecture.

Notifications You must be signed in to change notification settings

patflick/dcpu-cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a1e41f3 · Apr 21, 2014
Feb 16, 2013
Feb 17, 2013
Feb 15, 2013
Feb 12, 2013
Feb 16, 2013
Feb 16, 2013
Feb 11, 2013
Feb 17, 2013
Apr 21, 2014
Feb 12, 2013
Apr 21, 2014
Apr 21, 2014
Feb 10, 2013
Feb 16, 2013
Apr 21, 2014
Feb 13, 2013

Repository files navigation

libdcpu-cc

An ANSI-C (C89) compiler for the DCPU16. Originally created as replacement for the DCPUToolchain C compiler, this is now a stand-alone compiler library, that can be used in any projects.

To build you simply need a C++ compiler, Bison, Flex and CMake.

Build Instructions

Linux

For Ubuntu (and Debian based systems) download these packages:

sudo apt-get install bison flex cmake build-essential

Then building is as simple as:

mkdir build
cd build
cmake ../
make

Windows

TODO: somebody with windows needs to insert what packages/programs are needed.

Building should be possible with:

cmake -G "Visual Studio 10"
make

About

An ANSI-C (C89) compiler built from scatch for the DCPU16 architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published