瀏覽代碼

Extend README.md file

Patrick-Christopher Mattulat 6 天之前
父節點
當前提交
9ec0254830
共有 1 個文件被更改,包括 3 次插入8 次删除
  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