Преглед на файлове

Merge pull request #86 from TotalTaxAmount/readme-fix

readme: fix incorrect build instructions on linux
stan преди 4 дни
родител
ревизия
c5f2f4a7c8
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -74,13 +74,13 @@ $ cd Sunrise
 
 2. Download Windows headers:
 ```bash
-$ xwin --accept-license splat --include-debug-libs --sdk-version 10.0.26100 --output .xwin-cache
+$ xwin --sdk-version 10.0.26100 --accept-license splat --include-debug-libs --output .xwin-cache
 ```
 
 3. Configure and build the project
 ```bash
 $ cmake -B build -G Ninja -DCMAKE_TOOLCHAIN_FILE=$(pwd)/linux-to-win-toolchain.cmake -DCMAKE_BUILD_TYPE=Release
-$ cmake --build build --config Release
+$ cmake --build build
 ```
 
 ## Contributing