在克隆restbed回购的同时,我们正在减少错误,并且花费了大量的时间。github.com/corvusoft/openssl-dependency) registered for path 'dependency/openssl'fatal: clone of 'https://github.com/corvusoft/asio-dependency'
我正在尝试使用Debian9.7上的cmake 3.7.2来编译restbed,这是一个用于web服务的C++框架。 我遵循自述文件的说明。他们是直来直去的。git clone --recursive https://github.com/corvusoft/restbed.gitcd restbed/buildmake test 但在运行cmake时,我得到了以下错误: -- Found AS
我正在尝试使用cmake 3.15.2在windows10上编译restbed with openssl。我按照here提供的说明操作 因此安装了openssl,如下所示: cd restbed\dependency\opensslnmakenmake test
nmake install 然后我用cmake构建restbed: cmake -G "Visual Studio 15 2017 Win64" -DBUILD_EXAMPLESsee r