|  | 
 
| 想在学校的集群安装abacus 
 但集群上没有cmake,只有make,并且没有连接外网。
 
 本地安装cmake后,安装报错,信息如下
 
 是否有make安装,以及本地安装所需依赖库的操作手册。
 非常感谢
 
 -----------------------------------------------------------------------------------
 
 CMake Warning at CMakeLists.txt:74 (message):
 Git is not found, and abacus will not output the git commit information in
 log.
 
 You can install Git first and reinstall abacus.
 
 
 CMake Warning at CMakeLists.txt:153 (message):
 GCC4 is not fully supported.
 
 
 -- Populating cereal
 -- Configuring done (0.1s)
 -- Generating done (0.0s)
 -- Build files have been written to: /home/6331/abacus/_deps/cereal-subbuild
 [ 11%] Performing download step (download, verify and extract) for 'cereal-populate'
 -- File already exists but no hash specified (use URL_HASH):
 file='/home/6331/abacus/_deps/cereal-subbuild/cereal-populate-prefix/src/v1.3.0.tar.gz'
 Old file will be removed and new file downloaded from URL.
 -- Downloading...
 dst='/home/6331/abacus/_deps/cereal-subbuild/cereal-populate-prefix/src/v1.3.0.tar.gz'
 timeout='none'
 inactivity timeout='none'
 -- Using src='https://github.com/USCiLab/cereal/archive/refs/tags/v1.3.0.tar.gz'
 CMake Error at cereal-subbuild/cereal-populate-prefix/src/cereal-populate-stamp/download-cereal-populate.cmake:162 (message):
 Each download failed!
 
 error: downloading 'https://github.com/USCiLab/cereal/archive/refs/tags/v1.3.0.tar.gz' failed
 status_code: 1
 status_string: "Unsupported protocol"
 log:
 --- LOG BEGIN ---
 Protocol "https" not supported
 
 Closing connection
 
 
 
 --- LOG END ---
 
 
 
 
 gmake[2]: *** [cereal-populate-prefix/src/cereal-populate-stamp/cereal-populate-download] Error 1
 gmake[1]: *** [CMakeFiles/cereal-populate.dir/all] Error 2
 gmake: *** [all] Error 2
 CMake Error at /home/6331/ToolSource/cmake-3.29.0/Modules/FetchContent.cmake:1714 (message):
 Build step for cereal failed: 2
 Call Stack (most recent call first):
 /home/6331/ToolSource/cmake-3.29.0/Modules/FetchContent.cmake:1854:EVAL:2 (__FetchContent_directPopulate)
 /home/6331/ToolSource/cmake-3.29.0/Modules/FetchContent.cmake:1854 (cmake_language)
 cmake/FindCereal.cmake:20 (FetchContent_Populate)
 CMakeLists.txt:197 (find_package)
 
 
 -- Configuring incomplete, errors occurred!
 
 ---------------------------------------------------------------------------------
 
 | 
 |