Skip to content

Commit 1203c48

Browse files
authored
Added TL;DR build instructions
1 parent b497f8a commit 1203c48

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,15 @@ Build using CMake and a modern C/C++ compiler.
3434
> [!TIP]
3535
> This repository uses submodules.
3636
> You need to do `git submodule update --init --recursive` after cloning
37-
> or clone recursively:
37+
> or clone recursively.
3838
39-
> git clone --recursive https://github.com/X65/emu.git
39+
### 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
4046

4147
### WASM
4248

0 commit comments

Comments
 (0)