Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tx00100xt committed Nov 28, 2023
1 parent cf49b1b commit 3f64b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ make -j4
make install
```
If you prefer **ninja**, then add key **-GNinja** to the cmake. And replace the **make** command with **ninja**.
For **i386** architecture, add key **-DUSE_SYSTEM_INSTALL=ON** to **cmake**.
For **i386** architecture, add key **-DUSE_I386_NASM_ASM=ON** to **cmake**.
To build a binary package for installation on the system, you can use the template:
https://github.com/tx00100xt/SeriousSamClassic/tree/main/templates

Expand Down Expand Up @@ -163,7 +163,7 @@ make -j4
make install
```
If you prefer **ninja**, then add key **-GNinja** to the cmake. And replace the **make** command with **ninja**.
For **i386** architecture, add key **-DUSE_SYSTEM_INSTALL=ON** to **cmake**.
For **i386** architecture, add key **-DUSE_I386_NASM_ASM=ON** to **cmake**.
To build a binary package for installation on the system, you can use the template:
https://github.com/tx00100xt/SeriousSamClassic/tree/main/templates

Expand Down

0 comments on commit 3f64b61

Please sign in to comment.