Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 7cf32f6

Browse files
Update README.md
1 parent f49ec7e commit 7cf32f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,10 @@ mkdir build
3535
cd build
3636

3737
## Run CMake
38-
cmake ..
38+
cmake -DCMAKE_BUILD_TYPE=Release ..
3939

4040
## Build the project using Visual Studio (you can also use Ninja or MinGW)
4141
cmake --build . --config Release
42-
## or in bash
43-
make
4442

4543
## Run the game
4644
.\Release\SpaceInvadersClone.exe
@@ -66,6 +64,8 @@ cd emsdk
6664
./emsdk install latest
6765
./emsdk activate latest --permanent
6866

67+
## add emsdk to path
68+
6969

7070
## Navigate to the project directory
7171
cd lpr-solver-tool

0 commit comments

Comments
 (0)