RTSDK CMake Error: download binarypack fail

Hi, I'm building RTSDK with cmake. An error occur when I run "cmake -H RTSDK -B RTSDK_binary" as follows:

image

It seems like a connection error, but I did successfully download the whole project pakcage from github with git clone. How can I fix the problem? Could you please help me out?


I'm working on centos 7. Thanks!

Best Answer

  • Jirapongse
    Answer ✓

    @Fei

    Thank you so much for the update.

    In this case, it could be a problem in the cmake, as mentioned in this thread.

    It works fine for me when using the cmake downloaded from https://cmake.org/files/v3.11/cmake-3.11.2-Linux-x86_64.tar.gz.

    You may use a workaround by using curl to download the required packages and then copying the packages to the destination folders. For example, copy RTSDK-BinaryPack-2.0.1.L1.tar.xz to the /home/renfei/RTSDK_build/external/dlcache/ directory.

    image


Answers