698 B
698 B
navicat-keygen for linux - How to build?
1. Prerequisites
-
Install latest
CMake:$ sudo apt-get install cmake -
Install
fmt,OpenSSLandrapidjson:$ sudo apt-get install libfmt-dev libssl-dev rapidjson-dev
2. Build
-
Clone:
$ git clone -b linux --single-branch https://notabug.org/doublesine/navicat-keygen.git $ cd navicat-keygen -
Build:
$ mkdir build $ cd build $ cmake -DCMAKE_BUILD_TYPE=Release .. $ cmake --build . -- -j4Then you will see two executable files,
navicat-keygenandnavicat-patcher, inbuilddirectory.