doom-datasource
doom-datasource copied to clipboard
Hackathon project
Results
1
doom-datasource issues
Sort by
recently updated
recently updated
newest added
```sh # Install dependencies sudo apt install -y build-essential automake pkg-config libsdl2-2.0-0 libsdl2-dev # [Install emscripten](https://emscripten.org/docs/getting_started/downloads.html) git clone https://github.com/emscripten-core/emsdk.git cd emsdk ./emsdk install latest ./emsdk activate latest source ./emsdk_env.sh #...