https://github.com/sehugg/8bitworkshop-compilers
The repository for 8bitworkshop's Emscripten compiler tools submodules.
https://github.com/sehugg/8bitworkshop-compilers
Last synced: 4 months ago
JSON representation
The repository for 8bitworkshop's Emscripten compiler tools submodules.
- Host: GitHub
- URL: https://github.com/sehugg/8bitworkshop-compilers
- Owner: sehugg
- Created: 2020-07-12T14:27:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T01:49:29.000Z (over 2 years ago)
- Last Synced: 2025-08-13T15:59:11.675Z (10 months ago)
- Language: Makefile
- Size: 63.5 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the repository for [8bitworkshop](https://github.com/sehugg/8bitworkshop/)'s
compiler tools, compiled with [Emscripten](https://emscripten.org/).
Only tested on Ubuntu.
Last tested with Emscripten 3.1.1 and 3.1.38 (though not very well)

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/`