Skip to content

Commit

Permalink
Merge pull request #346 from zhujun98/documentation
Browse files Browse the repository at this point in the history
Improve installation doc
  • Loading branch information
zhujun98 authored Mar 2, 2025
2 parents 1ba4e06 + 596a726 commit 3566efc
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,10 @@ make -j12 && make install

#### Installing prerequisites (optional)

- Linux / MaxOS
- Linux

*X11*

- Windows

TBD

#### Installing the GUI client

```sh
Expand All @@ -55,13 +51,11 @@ make -j12 && make install

- Windows

```sh

cmake -G "Visual Studio 17 2022" -A x64 -DCMAKE_PREFIX_PATH=C:\Users\Jun\miniconda3\envs\recastx-gui -DBUILD_GUI=ON ..
```powershell
mkdir build-gui
cd build-gui
cmake .. -G "Visual Studio 17 2022" -A x64 -DCMAKE_PREFIX_PATH=C:\Users\Jun\miniconda3\envs\recastx-gui `
-DBUILD_GUI=ON
cmake --build . --config Release --parallel 12
```

## Package managers

TBD
```

0 comments on commit 3566efc

Please sign in to comment.