提交 4c39148e 编写于 作者: J Jason Park

Link libcurl to g++

上级 d5b0c316
......@@ -13,5 +13,5 @@ RUN curl --create-dirs -o /usr/local/include/nlohmann/json.hpp -L "https://githu
&& cmake .. \
&& make install
CMD g++ Main.cpp -o Main -O2 -std=c++11 \
CMD g++ Main.cpp -o Main -O2 -std=c++11 -lcurl \
&& ./Main
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册