We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92bb387 commit 210a454Copy full SHA for 210a454
README.md
@@ -34,6 +34,13 @@ Ubuntu:
34
35
Build using CMake and a modern C/C++ compiler.
36
37
+> [!TIP]
38
+> This repository uses submodules.
39
+> You need to do `git submodule update --init --recursive` after cloning
40
+> or clone recursively:
41
+
42
+ > git clone --recursive https://github.com/X65/emu.git
43
44
### WASM
45
46
Install [Emscripten][3] toolchain. Next, run the following commands:
0 commit comments