typo; remove cd command from wasm build instruction

This commit is contained in:
Dominic Szablewski 2023-09-04 17:09:16 +02:00
parent 650572bdd2
commit a829166082

View file

@ -28,7 +28,7 @@ Consult the following sections for how to install the prerequisites for your pla
Building on Linux should be as simple as installing CMake, GLEW, and the Building on Linux should be as simple as installing CMake, GLEW, and the
necessary platform libraries from your package manager. necessary platform libraries from your package manager.
For brevity, this guide assumes that the necessary development tools (i.e. a C For brevity, this guide assumes that the necessary development tools (i.e. a C
complier, make) have already been installed. compiler, make) have already been installed.
The SDL2 platform should only require the `sdl2` library and headers, whilst the The SDL2 platform should only require the `sdl2` library and headers, whilst the
Sokol platform requires the library/headers for: Sokol platform requires the library/headers for:
@ -205,7 +205,7 @@ With the SDK installed, you can now setup and build:
```sh ```sh
# With make (combined full and minimal builds) # With make (combined full and minimal builds)
cd wipeout-rewrite && make wasm make wasm
# With cmame (full or minimal builds specified via -DMINIMAL_BUNDLE={OFF|ON}) # With cmame (full or minimal builds specified via -DMINIMAL_BUNDLE={OFF|ON})
emcmake cmake -S path/to/wipeout-rewrite -B path/to/build-dir -DPLATFORM=SOKOL emcmake cmake -S path/to/wipeout-rewrite -B path/to/build-dir -DPLATFORM=SOKOL