1 Star 0 Fork 91

yqiahb/C-Plus-Plus

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
.gitpod.dockerfile 235 Bytes
Copy Edit Raw Blame History
Krishna Vedala authored 2020-07-23 15:51 . install freeglut3-dev (#973)
FROM gitpod/workspace-full-vnc
RUN sudo apt-get update \
&& sudo apt-get install -y \
doxygen \
graphviz \
ninja-build \
freeglut3 \
freeglut3-dev \
&& pip install cpplint \
&& sudo rm -rf /var/lib/apt/lists/*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/yqiahb/C-Plus-Plus.git
git@gitee.com:yqiahb/C-Plus-Plus.git
yqiahb
C-Plus-Plus
C-Plus-Plus
master

Search