Skip to content

Commit 8f1035c

Browse files
committed
Update README
1 parent 3e86531 commit 8f1035c

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff 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
5355
See `LICENSE.md` file.
5456

5557
### Third-party Licenses
56-
See `thridparty-licenses.md` file.
58+
See `thirdparty-licenses` directory.

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ cache:
3838

3939
# scripts that run after cloning repository
4040
install:
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 #

0 commit comments

Comments
 (0)