From 56a95d102477486e2361823cc3855007ad930923 Mon Sep 17 00:00:00 2001 From: aismann Date: Wed, 5 Oct 2022 10:24:16 +0200 Subject: [PATCH] Update README.md looks better now --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ae9ea077b..5d2b084ca0 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,10 @@ Open [APPENDIX.md](APPENDIX.md) for additional information and see [Milestones]( ```cmake -S . -B build -G "Visual Studio 17 2022" -A x64``` b) C++20 - - add ```-DCXX_STD=20``` for C++20 on a line above like: - cmake -B build ```-DCXX_STD=20``` -G "Visual Studio 17 2022" -A x64 + - add ```-DCXX_STD=20``` for C++20 on your command line like: + cmake -S . -B build ```-DCXX_STD=20``` -G "Visual Studio 17 2022" -A x64 - 4. Build excecutable in a command line (e.g. cpp-tests): + 4. Build excecutable in a command line (e.g. cpp-tests): ```msbuild .\build\axmol.sln -target:cpp_tests -maxCpuCount``` #### Improve 'Visual Studio' workflow, support linking with engine prebuilt libs