1 Star 0 Fork 1

ijustyce / navicat-keygen

forked from 郭佳明 / navicat-keygen 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
how-to-build.md 870 Bytes
一键复制 编辑 原始数据 按行查看 历史
Double Sine 提交于 2019-12-05 19:39 . Upload code

Navicat Keygen - How to build?

中文版

1. Prerequisites

  1. Please make sure you have installed following libraries:

    • capstone
    • keystone
    • rapidjson

    If you use Ubuntu, you can install them by:

    # install capstone
    $ sudo apt-get install libcapstone-dev
    
    # install keystone
    $ sudo apt-get install cmake
    $ git clone https://github.com/keystone-engine/keystone.git
    $ cd keystone
    $ mkdir build
    $ cd build
    $ ../make-share.sh
    $ sudo make install
    $ sudo ldconfig
    
    # install rapidjson
    $ sudo apt-get install rapidjson-dev
  2. Your gcc supports C++17 feature.

2. Build

$ git clone -b linux --single-branch https://github.com/DoubleLabyrinth/navicat-keygen.git
$ cd navicat-keygen
$ make all

You will see executable files in bin/ directory.

1
https://gitee.com/ijustyce/navicat-keygen.git
git@gitee.com:ijustyce/navicat-keygen.git
ijustyce
navicat-keygen
navicat-keygen
linux

搜索帮助