From bbbb34757b4b355d023f9226f11463f9c1c928fa Mon Sep 17 00:00:00 2001 From: tevador <37503146+tevador@users.noreply.github.com> Date: Thu, 26 Dec 2019 12:32:04 +0100 Subject: [PATCH] Add a note about building portable binaries --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 95dce40..4c1dabb 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,8 @@ cmake -DARCH=native .. make ``` +To build portable binaries, omit the `ARCH` option when executing cmake. + ### Windows On Windows, it is possible to build using MinGW (same procedure as on Linux) or using Visual Studio (solution file is provided).