Add a note about building portable binaries

This commit is contained in:
tevador
2019-12-26 12:32:04 +01:00
committed by GitHub
parent a223b6b33b
commit bbbb34757b

View File

@@ -48,6 +48,8 @@ cmake -DARCH=native ..
make make
``` ```
To build portable binaries, omit the `ARCH` option when executing cmake.
### Windows ### Windows
On Windows, it is possible to build using MinGW (same procedure as on Linux) or using Visual Studio (solution file is provided). On Windows, it is possible to build using MinGW (same procedure as on Linux) or using Visual Studio (solution file is provided).