Add a note about building portable binaries

pr-hash-batch
tevador 4 years ago committed by GitHub
parent a223b6b33b
commit bbbb34757b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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).

Loading…
Cancel
Save