CMake 错误:当前目录不同于

Ben*_*Ben 5 compiling make cmake

我正在尝试编译 Shrewsoft VPN 的源代码。说明说要在第 4 步编译源代码。但是...我收到此错误:

\n\n
user@ubuntu:~/Ubuntu One/Programs/ShrewSoft VPN$ sudo cmake \xe2\x80\x93DQTGUI=YES \xe2\x80\x93DETCDIR=/etc \xe2\x80\x93DNATT=YES\nCMake Error: The current CMakeCache.txt directory /home/user/Ubuntu One/Programs/ShrewSoft VPN/CMakeCache.txt is different than the directory /home/user/Programs/ShrewSoft VPN where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt\nCMake Error: The source directory "/home/user/Ubuntu One/Programs/ShrewSoft VPN/\xe2\x80\x93DNATT=YES" does not exist.\nSpecify --help for usage, or press the help button on the CMake GUI.\n
Run Code Online (Sandbox Code Playgroud)\n\n

指示:

\n\n
Compile the Source Code for the Shrew Soft VPN Client\n1.  $> cd ~/Downloads\n\n2.  $> tar \xe2\x80\x93xzvf shrewsoft-client.tgz\n\nChange to Download directory\n$> cd ~/Downloads\nUnpack the Source files.\n$> tar \xe2\x80\x93xzvf shrewsoft-client.tgz\n3.   Change to the source directory.\n     $> cd ~/Downloads/ike\n4.   Run cmake.\n     For GUI Installation (recommended):\n\n$> cmake \xe2\x80\x93DQTGUI=YES \xe2\x80\x93DETCDIR=/etc \xe2\x80\x93DNATT=YES\n     For non-GUI Installation:\n\n$> cmake -DNATT=YES\n5.   Run make.\n     $> make\n6.   Run make install. NOTE: Run \n
Run Code Online (Sandbox Code Playgroud)\n