|
@@ -10,15 +10,10 @@ The following prerequisites need to be fulfilled in order to build this game eng
|
|
|
2. A Conan default profile must exist with the same compiler flags as this project.
|
|
2. A Conan default profile must exist with the same compiler flags as this project.
|
|
|
3. Missing Conan dependencies must be installed:
|
|
3. Missing Conan dependencies must be installed:
|
|
|
```shell
|
|
```shell
|
|
|
-# For ls-std
|
|
|
|
|
|
|
+# For all dependencies
|
|
|
|
|
|
|
|
-conan install . --output-folder=cmake-build-debug --build=missing -o "ls-std/*:shared=True" -s build_type=Debug -s compiler.cppstd=17
|
|
|
|
|
-conan install . --output-folder=cmake-build-release --build=missing -o "ls-std/*:shared=True" -s build_type=Release -s compiler.cppstd=17
|
|
|
|
|
-
|
|
|
|
|
-# For all other dependencies
|
|
|
|
|
-
|
|
|
|
|
-conan install . --output-folder=cmake-build-debug --build=missing -s build_type=Debug -s compiler.cppstd=17
|
|
|
|
|
-conan install . --output-folder=cmake-build-release --build=missing -s build_type=Release -s compiler.cppstd=17
|
|
|
|
|
|
|
+conan install . --output-folder=cmake-build-debug --build=missing -o "*:shared=True" -s build_type=Debug -s compiler.cppstd=17
|
|
|
|
|
+conan install . --output-folder=cmake-build-release --build=missing -o "*:shared=True" -s build_type=Release -s compiler.cppstd=17
|
|
|
```
|
|
```
|
|
|
4. The following CMake-Options must be provided for the "Debug" & "Release" Profile:
|
|
4. The following CMake-Options must be provided for the "Debug" & "Release" Profile:
|
|
|
```shell
|
|
```shell
|