summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLywx <kiritodev01@gmail.com>2023-09-23 19:42:43 -0600
committerGitHub <noreply@github.com>2023-09-23 19:42:43 -0600
commit42314c93dda42af1daee702a8adce12abccecc9e (patch)
treeebc562c71c61ba6e358744252a55077feb8283c4
parent2508fc777677dde9ac7f5d7e23e8c4d5dfdd185c (diff)
parent0076a5dcbeb2733fe77abfa27ad8531c37e98ea6 (diff)
Merge pull request #1 from MegaMech/read
Add readme
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9b42574
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# CubeOS
+A generic asset processor for N64 games
+
+
+# Dependencies for WSL Ubuntu
+```
+sudo apt-get install cmake ninja-build libbz2-dev
+```
+
+# Compile
+
+```
+cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Debug
+cmake --build build-cmake -j
+```