简体   繁体   English

在ubuntu中安装foren6工具

[英]Installing foren6 tool in ubuntu

I would like to install foren6 tool in ubuntu. 我想在ubuntu中安装foren6工具。 But when I used the make command I get the following error : 但是当我使用make命令时,我收到以下错误:

CMake Error at CMakeLists.txt:27 (find_package): Could not find module FindLIBUSB.cmake or a configuration file for package LIBUSB. CMakeLists.txt上的CMake错误:27(find_package):找不到模块FindLIBUSB.cmake或包LIBUSB的配置文件。

Adjust CMAKE_MODULE_PATH to find FindLIBUSB.cmake or set LIBUSB_DIR to the directory containing a CMake configuration file for LIBUSB. 调整CMAKE_MODULE_PATH以查找FindLIBUSB.cmake或将LIBUSB_DIR设置为包含LIBUSB的CMake配置文件的目录。 The file will have one of the following names: 该文件将具有以下名称之一:

 LIBUSBConfig.cmake libusb-config.cmake 

Any idea how to fix this? 知道如何解决这个问题吗?

Did you follow these commands in order? 你按顺序按照这些命令了吗?

$git clone https://github.com/cetic/foren6.git

$cd foren6

$make

$sudo make install

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM