Explorar el Código

Extend README.md file

Patrick-Christopher Mattulat hace 6 días
padre
commit
9ec0254830
Se han modificado 1 ficheros con 3 adiciones y 8 borrados
  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