簡體   English   中英

如何從 horsicq github 在 ubuntu 20.04 上輕松構建檢測?

[英]How to build detect it easy on ubuntu 20.04 from horsicq github?

我從這個鏈接克隆了項目: https : //github.com/horsicq/Detect-It-Easy而且我不知道接下來要做什么,read.me 說這個命令:chmod a+x configure ./configure make make install 但它不起作用。 我想從命令行檢查 java 項目的文檔

  1. git clone --recursive https://github.com/horsicq/DIE-engine.git "--recursive" 非常重要。 它克隆所有模塊
  2. chmod a+x configure它使文件“configure”可執行。
  3. ./configure "configure" 檢查系統是否有所有必要的包。 如果失敗,您應該安裝這些軟件包。 對於 Ubuntu: sudo apt-get install --quiet --assume-yes build-essential qt5-default qtbase5-dev qttools5-dev-tools qtscript5-dev
  4. make它編譯項目
  5. sudo make install安裝程序到系統

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM