Update docs

This commit is contained in:
2022-04-30 00:30:06 +02:00
parent f3ce0fdb33
commit 95d72e2db3

View File

@@ -1,6 +1,6 @@
This HOWTO introduces how to build Unicorn2 natively on Linux/Mac/Windows or cross-build to Windows from Linux host.
Note: Please run `make clean` before you switch to `dev` branch.
Note: By default, CMake will build both the shared and static libraries while only static libraries are built if unicorn is used as a Cmake subdirectory. In most cases, you don't need to care about which kind of library to build. ONLY use `BUILD_SHARED_LIBS=no`if you know what you are doing.
## Native build on Linux/macOS