资源列表
资源列表
1. 使用cmake/makefile在win32/linux平台编译c++工程demo模板
2. 使用vscode通过cmake/ninja/msvc管理、编译c++大型工程demo模板
3. Clash for Windows 使用教程 和 订阅链接购买
说明
本blog建站在gitee,gitee个人用户不能上传超过100M文件,所以把资源列表中资源提交到github/resources这个仓库下。点击这里!
提交大文件步骤: (安装好lfs后可一次性提交bigfile和对应的.gitattributes文件)
安装git lfs https://github.com/git-lfs/git-lfs
添加待提交大文件路径到.gitattributes文件中并提交
1
2
3
4git lfs track "big file path"
git add .gitattributes
git commit -m "xxxxxx"
git push提交大文件
1
2
3git add big_file
git commit -m "xxxxx"
git push注意通过git lfs 提交到github,免费也只有1G。