Create README.md

This commit is contained in:
MegaMech
2023-09-21 23:18:21 -06:00
committed by GitHub
parent 484f6f7bbb
commit c0eb86b503
+15
View File
@@ -0,0 +1,15 @@
# CubeOS
A generic asset processor for N64 games
# Dependencies
```
sudo apt-get install libbz2-dev
```
# Compile
```
cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Debug
cmake --build build-cmake -j
```