File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -112,8 +112,11 @@ target directory.
112
112
5. Select the directory: :shell: `cmake $PATH_TO_CLONED_REPO -DCMAKE_INSTALL_PREFIX=<my_install_dir> `
113
113
#. After building, install with ``cmake --install . ``
114
114
115
- When building on Windows, use Visual Studio 2019 or later and make sure Windows SDK version 10.0.22000 or later is
116
- installed (see :github:issue: `862 ` for more details).
115
+ **Notes: **
116
+
117
+ - When building on Windows, use Visual Studio 2019 or later and make sure Windows SDK version 10.0.22000 or later is
118
+ installed (see :github:issue: `862 ` for more details).
119
+ - To optimize runtime performance build with ``-DCMAKE_BUILD_TYPE=Release ``
117
120
118
121
.. tip ::
119
122
As a reference, a working build configuration can be found in MuJoCo's
You can’t perform that action at this time.
0 commit comments