在 Ubuntu 上安装 Scalpel-2.0

在 Ubuntu 上安装 Scalpel-2.0

我正在尝试安装最新版本的 Scalpelhttps://github.com/machn1k/Scalpel-2.0。常规 Ubuntu 安装“sudo apt-get install scalpel”不会给我最新版本,因此我尝试获取最新版本。

我已经解决了这个问题,我只是错过了 libtre-dev。

如何安装Scalpel-2.0:

首先安装 Build Essential 和 Libtre-dev:

sudo apt-get install build-essential 
sudo apt-get install libtre-dev

现在安装Scalpel:

git clone https://github.com/machn1k/Scalpel-2.0.git 
cd Scalpel-2.0/ 
./configure 
make 

答案1

安装之前只需运行此命令:

sudo apt-get install libtre-dev

相关内容