Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 698 Bytes

File metadata and controls

37 lines (25 loc) · 698 Bytes

navicat-keygen for linux - How to build?

中文版

1. Prerequisites

  1. Install latest CMake:

    $ sudo apt-get install cmake
  2. Install fmt, OpenSSL and rapidjson:

    $ sudo apt-get install libfmt-dev libssl-dev rapidjson-dev

2. Build

  1. Clone:

    $ git clone -b linux --single-branch https://notabug.org/doublesine/navicat-keygen.git
    $ cd navicat-keygen
  2. Build:

    $ 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.