File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ And I am developing the project and new features for CR Software Framework (...)
88
99
1010## Documents
11- - See ` docs/index.md ` document.
11+ - See [ docs/index.md] ( docs/index.md ) document.
1212
1313
1414
@@ -31,26 +31,28 @@ I tested it in the following platforms:
3131
3232
3333## Build
34- See ` docs/build_rpcpp.md ` document.
34+ See [ docs/build_rpcpp.md] ( docs/build_rpcpp.md ) document.
3535
3636### Current Third-party Version
37- - Panda3D: https://github.com/bluekyu/panda3d/tree/develop
37+ - Panda3D: https://github.com/bluekyu/panda3d
3838- FreeType2: 2.5.2 (in Panda3D)
3939- Boost: 1.64.0
40- - YAML-CPP: 0.5.3
40+ - YAML-CPP: master
4141- spdlog: 0.13.0
4242- flatbuffers: 1.7.1
4343
4444
4545
4646## Related Projects
47+ - (patched) Panda3D: https://github.com/bluekyu/panda3d
4748- Plugins for Render Pipeline C++: https://github.com/bluekyu/rpcpp_plugins
4849- Samples for Render Pipeline C++: https://github.com/bluekyu/rpcpp_samples
50+ - CI for Render Pipeline C++: https://github.com/bluekyu/render_pipeline_cpp_ci
4951
5052
5153
5254## License
5355See ` LICENSE.md ` file.
5456
5557### Third-party Licenses
56- See ` thridparty -licenses.md ` file .
58+ See ` thirdparty -licenses` directory .
Original file line number Diff line number Diff line change @@ -38,8 +38,10 @@ cache:
3838
3939# scripts that run after cloning repository
4040install :
41- - git clone https://github.com/bluekyu/render_pipeline_cpp_ci.git c:\projects\render_pipeline_cpp_ci
42- - mklink /J c:\projects\render_pipeline_cpp_ci\render_pipeline_cpp C:\projects\render_pipeline_cpp
41+ - cmd : >-
42+ git clone --depth 1 "https://github.com/bluekyu/render_pipeline_cpp_ci.git" c:\projects\render_pipeline_cpp_ci
43+
44+ mklink /J c:\projects\render_pipeline_cpp_ci\render_pipeline_cpp C:\projects\render_pipeline_cpp
4345
4446# ---------------------------------#
4547# build configuration #
You can’t perform that action at this time.
0 commit comments