CMake
: $ sudo apt-get install cmake
fmt
, OpenSSL
and rapidjson
: $ sudo apt-get install libfmt-dev libssl-dev rapidjson-dev
$ git clone -b linux --single-branch https://notabug.org/doublesine/navicat-keygen.git
$ cd navicat-keygen
$ mkdir build
$ cd build
$ cmake -DCMAKE_BUILD_TYPE=Release ..
$ cmake --build . -- -j4
Then you will see two executable files, navicat-keygen
and navicat-patcher
, in build
directory.