1.6 KiB
1.6 KiB
navicat-keygen for windows - How to build?
1. Prerequisites
-
Please make sure that you have Visual Studio 2022 or the higher. Because this is a VS2022 project.
-
Please make sure you have installed
vcpkgand the following libraries:fmt:x64-windows-staticfmt:x86-windows-staticopenssl:x64-windows-staticopenssl:x86-windows-staticrapidjson:x64-windows-staticrapidjson:x86-windows-statickeystone:x64-windows-statickeystone:x86-windows-staticunicorn:x64-windows-staticunicorn:x86-windows-static
is installed.
You can install them by:
$ vcpkg install fmt:x64-windows-static $ vcpkg install fmt:x86-windows-static $ vcpkg install openssl:x64-windows-static $ vcpkg install openssl:x86-windows-static $ vcpkg install rapidjson:x64-windows-static $ vcpkg install rapidjson:x86-windows-static $ vcpkg install keystone:x64-windows-static $ vcpkg install keystone:x86-windows-static $ vcpkg install unicorn:x64-windows-static $ vcpkg install unicorn:x86-windows-static -
Your
vcpkghas been integrated into your Visual Studio, which means you have run$ vcpkg integrate installsuccessfully.
2. Build
-
Open this project in Visual Studio.
-
Select
Releaseconfiguration. -
Select
Win32to build keygen/patcher for 32-bits Navicat.Or select
x64to build keygen/patcher for 64-bits Navicat. -
Select Build > Build Solution.
You will see executable files in bin/ directory.