Skip to content

Commit

Permalink
README.md: update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellukashov committed Jan 28, 2024
1 parent 08d78d9 commit 3db91cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ Compile Far-NetBox plugin on the command line as follows:
```
"%VS170COMNTOOLS%\..\..\VC\vcvarsall.bat" x86_amd64
cmake -S C:/src/Far-NetBox -B C:/build/Far-NetBox -G "Ninja" -DCMAKE_BUILD_TYPE=RelWithDebugInfo -DOPT_CREATE_PLUGIN_DIR=ON
cmake --build -B C:/build/Far-NetBox --target all
cmake --build C:/build/Far-NetBox --target all
```

You can generate solution for VS2022 IDE:
```
cmake -S C:/src/Far-NetBox -B C:/build/Far-NetBox -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=RelWithDebugInfo -DOPT_CREATE_PLUGIN_DIR=ON
cmake --build C:/build/Far-NetBox
```


Expand Down

0 comments on commit 3db91cb

Please sign in to comment.