|
|
|
@ -106,7 +106,7 @@ Studio to load: |
|
|
|
cd build |
|
|
|
cd build |
|
|
|
cmake -DCMAKE_INSTALL_PREFIX="C:/Sys" .. |
|
|
|
cmake -DCMAKE_INSTALL_PREFIX="C:/Sys" .. |
|
|
|
cmake --build . |
|
|
|
cmake --build . |
|
|
|
cmake --build --target install . |
|
|
|
cmake --build . --target install |
|
|
|
|
|
|
|
|
|
|
|
If you want to build and install from Visual Studio, just open the `Magnum.sln` |
|
|
|
If you want to build and install from Visual Studio, just open the `Magnum.sln` |
|
|
|
project file generated by CMake in the build directory. |
|
|
|
project file generated by CMake in the build directory. |
|
|
|
|