sehugg / 8bitworkshop-compilers

The repository for 8bitworkshop's Emscripten compiler tools submodules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the repository for 8bitworkshop's compiler tools, compiled with Emscripten.

Only tested on Ubuntu. Last tested with Emscripten 3.1.1 and 3.1.38 (though not very well)

Build Status

Install Emscripten SDK:

https://emscripten.org/docs/getting_started/downloads.html

./emcc install latest
./emcc activate latest
. ./emsdk_env.sh

Install dependencies:

apt install libboost-graph-dev nasm bison flex texinfo zlib1g-dev

Init submodules:

git submodule init
git submodule update

Type "make"

make

Output files will be in output/

About

The repository for 8bitworkshop's Emscripten compiler tools submodules.


Languages

Language:Makefile 81.1%Language:Shell 16.3%Language:Dockerfile 2.4%Language:C 0.1%