diff --git a/README.md b/README.md index dccd1a532..444932e66 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/docs/index.html b/docs/index.html index 683d41ce3..93595f794 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4782,7 +4782,7 @@

Step 3: Compile UOX3

  • 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
  • diff --git a/spidermonkey/README.md b/spidermonkey/README.md index 8c4285b3c..598b5e68c 100644 --- a/spidermonkey/README.md +++ b/spidermonkey/README.md @@ -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` diff --git a/zlib/README.md b/zlib/README.md index 014962121..386461785 100644 --- a/zlib/README.md +++ b/zlib/README.md @@ -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`