Skip to content

Commit

Permalink
Updated instructions for cmake usage on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Xoduz committed Dec 11, 2022
1 parent ff147c8 commit 528a8d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Join the [UOX3 Discord](https://discord.gg/uBAXxhF) for support and/or a quick c
> - `cd make/cmake`
> - `mkdir -p build`
> - `cd build`
> - `cmake .. -DCMAKE_BUILD_TYPE=Release` (Linux/FreeBSD)
> - `cmake .. -DCMAKE_BUILD_TYPE=Release` (Windows/Linux/FreeBSD)
> - `cmake .. -DCMAKE_BUILD_TYPE=Release` -G"Unix Makefiles" (macOS)
> - `cmake --build . --config Release`
</details>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4782,7 +4782,7 @@ <h4>Step 3: Compile UOX3</h4>
<li><span class="hl">cd make/cmake</span></li>
<li><span class="hl">mkdir -p build</span></li>
<li><span class="hl">cd build</span></li>
<li><span class="hl">cmake .. -DCMAKE_BUILD_TYPE=Release (Linux/FreeBSD)</span></li>
<li><span class="hl">cmake .. -DCMAKE_BUILD_TYPE=Release (Windows/Linux/FreeBSD)</span></li>
<li><span class="hl">cmake .. -DCMAKE_BUILD_TYPE=Release -G"Unix Makefiles" (macOS)</span></li>
<li><span class="hl">cmake --build . --config Release</span></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion spidermonkey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For detailed instructions on compiling and using this SpiderMonkey configuration
2. Traverse to the make/cmake folder, and enter the following commands:
3. `mkdir build`
4. `cd build`
5. `cmake .. -DCMAKE_BUILD_TYPE=Release -G"NMake Makefiles"`
5. `cmake .. -DCMAKE_BUILD_TYPE=Release`
6. `cmake --build . --config Release`
</details>

Expand Down
2 changes: 1 addition & 1 deletion zlib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ For detailed instructions on compiling and using this zlib configuration with UO
2. Traverse to the make/cmake folder, and enter the following commands:
3. `mkdir build`
4. `cd build`
5. `cmake .. -DCMAKE_BUILD_TYPE=Release -G"NMake Makefiles"`
5. `cmake .. -DCMAKE_BUILD_TYPE=Release`
6. `cmake --build . --config Release`
</details>

Expand Down

0 comments on commit 528a8d1

Please sign in to comment.