我正在尝试whalebot使用tar文件配置搜寻器whalebot-0.02.00.tar.gz。我已经用以下方法正确提取了它:
root@Admin1:~/dls# tar xvzf whalebot-0.02.00.tar.gz
Run Code Online (Sandbox Code Playgroud)
之后,我想用以下配置:
root@Admin1:~/dls/whalebot# ./configure
Run Code Online (Sandbox Code Playgroud)
它给我错误:
bash:./configure:没有这样的文件或目录
我也已经运行了命令:
root@Admin1:~/dls/whalebot# cmake ./
Run Code Online (Sandbox Code Playgroud)
它给我以下结果:
root@Admin1:~/dls/whalebot# cmake ./
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ …Run Code Online (Sandbox Code Playgroud)