https://github.com/cgal/cgal-documentation-dockerfile
Docker file for the generation of the CGAL documentation using Doxygen
https://github.com/cgal/cgal-documentation-dockerfile
Last synced: 3 days ago
JSON representation
Docker file for the generation of the CGAL documentation using Doxygen
- Host: GitHub
- URL: https://github.com/cgal/cgal-documentation-dockerfile
- Owner: CGAL
- Created: 2015-07-30T09:50:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T13:03:13.000Z (almost 5 years ago)
- Last Synced: 2025-03-09T22:47:42.404Z (over 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cgal-doxygen-image
==================
This Docker image can be used to build the documentation of CGAL.
It requires a single user mounted volume containing the CGAL tree to be used, `/mnt/cgal`.
Example Usage:
#call the script
`./generate_documentation.sh `
where
- `path_to_image` is the absolute path to the directory containing the dockerfile
- `path_to_cgal` is the absolute path to either:
- the root directory of a CGAL release tarball, or
- the root directory of a CGAL Git repository.
- `path_to_publish_dir` is the absolute path to the output directory, that will contain the 3 versions and the result of the comparison.