-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Use Conan for CGAL on Windows
Mael Rouxel-Labbé edited this page Mar 28, 2024
·
1 revision
Two repositories:
A Conan remote on bintray:
cgal: https://api.bintray.com/conan/cgal/public-conan
Use this conanfiles.txt
to prepare precompiled binaries for Windows:
[requires]
mpfr/[>3]@cgal/testing
[imports]
lib, *.lib -> ./lib
lib, *.so* -> ./lib
bin, *.dll -> ./bin
include, *.h -> ./include
., license* -> ./licenses @ folder=True, ignore_case=True
., copying* -> ./licenses @ folder=True, ignore_case=True
., readme* -> ./licenses @ folder=True, ignore_case=True
General Information
- Information for New Developers
- Developing with Git
- Structure of a CGAL Package
- Building
- Concurrency in CGAL
- License
- Documentation Guidelines
- Reviewing Process
- Testing
- Miscellaneous
- Tools
- Scripts
- Libraries
- Infrastructure
- Releases
- Miscellaneous