Prechádzať zdrojové kódy

Extend README.md file

Patrick-Christopher Mattulat 6 dní pred
rodič
commit
9ec0254830
1 zmenil súbory, kde vykonal 3 pridanie a 8 odobranie
  1. 3 8
      README.md

+ 3 - 8
README.md

@@ -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.
 3. Missing Conan dependencies must be installed:
 ```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:
 ```shell