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 b497f8a commit 1203c48Copy full SHA for 1203c48
1 file changed
README.md
@@ -34,9 +34,15 @@ Build using CMake and a modern C/C++ compiler.
34
> [!TIP]
35
> This repository uses submodules.
36
> You need to do `git submodule update --init --recursive` after cloning
37
-> or clone recursively:
+> or clone recursively.
38
39
- > git clone --recursive https://github.com/X65/emu.git
+### TL;DR
40
+
41
+ git clone --depth=1 --recursive --shallow-submodules https://github.com/X65/emu.git
42
+ cd emu
43
+ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
44
+ cmake --build build --parallel
45
+ build/emu --help
46
47
### WASM
48
0 commit comments