免费A级毛片无码专区网站-成人国产精品视频一区二区-啊 日出水了 用力乖乖在线-国产黑色丝袜在线观看下-天天操美女夜夜操美女-日韩网站在线观看中文字幕-AV高清hd片XXX国产-亚洲av中文字字幕乱码综合-搬开女人下面使劲插视频

Deepin系統(tǒng)navicat15安裝

Deepin系統(tǒng)安裝navicat15(已驗證)下載Navicat15通過下面地址下載Navicat15,默認下載到桌面即可
$ https://download.navicat.com.cn/download/navicat15-premium-cs.AppImage然后右鍵Open with選擇 Archive Manager解壓到桌面的navicat15-premium-cs-bak文件夾
$ mv navicat15-premium-cs/ ~/Desktop/temp/navicat15-premium-cs-bak安裝依賴包$ sudo apt install libcapstone-dev cmake rapidjson-dev openssl git安裝keystone

  1. git拉取keystone
$ git clone https://github.com/keystone-engine/keystone.git
  1. 編譯keystone
$ mkdir -pv ~/Desktop/temp/keystone/build$ cd ~/Desktop/temp/keystone/build$ ../make-share.sh這一步可能會報下面錯誤
CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):Compatibility with CMake < 2.8.12 will be removed from a future version ofCMake.Update the VERSION argument <min> value or use a ...<max> suffix to tellCMake that the project does not need compatibility with older versions.-- The C compiler identification is GNU 8.3.0-- The CXX compiler identification is unknown-- Detecting C compiler ABI info-- Detecting C compiler ABI info - done-- Check for working C compiler: /usr/bin/cc - skipped-- Detecting C compile features-- Detecting C compile features - doneCMake Error at CMakeLists.txt:5 (project):No CMAKE_CXX_COMPILER could be found.Tell CMake where to find the compiler by setting either the environmentvariable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full pathto the compiler, or to the compiler name if it is in the PATH.-- Configuring incomplete, errors occurred!See also "/home/liang/Desktop/keystone/build/CMakeFiles/CMakeOutput.log".See also "/home/liang/Desktop/keystone/build/CMakeFiles/CMakeError.log".解決辦法
$ sudo apt-get update$ sudo apt-get install -y build-essential
  1. 安裝已經編譯好的程序
$ sudo make install
  1. 執(zhí)行動態(tài)鏈接庫管理命令
$ sudo ldconfig安裝navicat-keygen安裝編譯navicat-keygen
$ cd ~/Desktop/temp/$ git clone -b linux --single-branch https://gitee.com/andisolo/navicat-keygen.git$ cd navicat-keygen$ make all修改原公鑰$ ./bin/navicat-patcher ../navicat15-premium-cs-bak/打包app
  1. 打包navicat15-premium-cs-2.AppImage
$ cd ~/Desktop/temp$ wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage$ chmod +x appimagetool-x86_64.AppImage$ ./appimagetool-x86_64.AppImage navicat15-premium-cs-bak/ navicat15-premium-cs-2.AppImage$ sudo chmod +x ~/Desktop/temp/navicat15-premium-cs-2.AppImage生成序列號和JH碼【Deepin系統(tǒng)navicat15安裝】$ cd ~/Desktop/temp/navicat-keygen$ ./bin/navicat-keygen --text ./RegPrivateKey.pem按提示選擇Navicat產品類別(1.Premium)、Navicat語言版本(1.)和填寫主版本號(15),隨后生成一個序列號,輸入用戶名和組織,出現(xiàn)Input request code in Base64: (Double press ENTER to end),雙擊回車退出 。
Deepin系統(tǒng)navicat15安裝

文章插圖
軟件注冊操作這一步建議斷開網絡 。(網上別人說的)運行命令下面命令或者直接桌面雙擊 navicat15-premium-cs-2.AppImag 打開navicat15工具
$ cd ~/Desktop/temp/$ ./navicat15-premium-cs-2.AppImage
  1. 選擇注冊,輸入上一步生成的Serial number,點擊激活,提示激活失敗,選擇手動激活,然后復制請求碼 。
  2. 再次執(zhí)行navicat-keygen生成序列號和JH碼的步驟,最后一步把選擇手動激活時復制的請求碼復制進入,敲回車 。
  3. 再次打開navicat15工具,這時打開就不需要再激活了 。(如果需要激活,把生成的Serial number填進去再激活一下)

    經驗總結擴展閱讀