Closed matthewbloch closed 1 year ago
Hello 👋🏻 I wrote this change to understand how to experimenting and build on archimedes-live / arculator. These are an an excellent base for showing off my personal computing & early work history :)
Thanks for this - building from scratch is much easier now.
Upstream dependencies (arculator-wasm, nsparm-wasm) are declared as submodules, so we can get rid of more brittle build configuration.
ROMs and CMOS are downloaded from Arculator release, as they're opaque external dependencies.
Assuming you have emsdk configured, you should be able to run
make
andmake serve
to get archimedes-live running. There's also an attempt atmake clean
.