Update docs

This commit is contained in:
2022-04-17 16:44:21 +02:00
parent 6672ef5f2d
commit 290f8d48bd

View File

@@ -32,7 +32,7 @@ make
This builds Unicorn2 on Windows, using Microsoft MSVC compiler. This builds Unicorn2 on Windows, using Microsoft MSVC compiler.
- Require `cmake` & `Microsoft Visual Studio`. - Require `cmake` & `Microsoft Visual Studio` (>=16.8).
- From Visual Studio Command Prompt, build with the following commands. - From Visual Studio Command Prompt, build with the following commands.
@@ -109,7 +109,7 @@ mkdir build; cd build
ninja -C . ninja -C .
``` ```
Note that the way to build on MSYS changes as time goes, please keep in mind that always use the cmake shipped with mingw64 and choose MSYS Makefiles. Note that the way to build on MSYS changes as time goes, please keep in mind that always use the cmake shipped with mingw64.
## Cross build from Linux host to other architectures ## Cross build from Linux host to other architectures