From 03c6ae0750e8a5ef73d8aa3c7f444129ddf1f3be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 21 Oct 2021 21:53:20 +0200 Subject: Include modern build instructions for Win64 Mostly just so that the two options don't look the same. --- README.adoc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index ebfd0b6..6f9d848 100644 --- a/README.adoc +++ b/README.adoc @@ -100,12 +100,9 @@ Just install MinGW-w64 and let automation take care of the rest. Alternatively, for an unnecessarily bloated MSYS2-based 64-bit build: $ sh Win64Depends.cmake - $ mkdir build - $ cd build - $ cmake .. \ - -DCMAKE_TOOLCHAIN_FILE=../ToolchainCrossWin64.cmake \ - -DCMAKE_BUILD_TYPE=Release - $ cpack + $ cmake -DCMAKE_TOOLCHAIN_FILE=ToolchainCrossWin64.cmake \ + -DCMAKE_BUILD_TYPE=Release -B build + $ cmake --build build -- package Contributing and Support ------------------------ -- cgit v1.2.3