Files
openmesh/README.md

53 lines
2.2 KiB
Markdown
Raw Normal View History

2022-01-18 14:35:03 +01:00
# OpenMesh, 9.1
2015-09-30 12:28:59 +02:00
2022-01-18 09:43:49 +01:00
[![](https://gitlab.vci.wth-aachen.de:9000/OpenMesh/OpenMesh/badges/master/pipeline.svg)](https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh/commits/master)
2018-04-17 09:54:37 +02:00
2015-09-30 12:28:59 +02:00
## Getting OpenMesh
All Documentation, binaries and original source code are available at www.openmesh.org
The main git repository is available at:
2022-01-18 09:43:49 +01:00
https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh.git
2015-09-30 12:28:59 +02:00
2015-09-30 12:32:06 +02:00
The gitlab site can be found here:
2022-01-18 09:43:49 +01:00
https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh
2015-09-30 12:28:59 +02:00
2018-03-23 11:20:19 +01:00
The python bindings can be found here:
2022-01-18 09:43:49 +01:00
https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/openmesh-python
2018-04-17 09:27:03 +02:00
## Download Binaries
2019-02-21 14:11:34 +01:00
The following binaries are created from the latest master. They are automatically tested and deployed.
2018-04-17 09:27:03 +02:00
### Windows
2018-04-17 09:45:41 +02:00
2022-01-18 09:43:49 +01:00
| Visual Studio Version: | 2019 | 2017 |
2019-01-15 15:07:41 +01:00
| -------- | -------- |-------- |
2022-01-18 11:33:58 +01:00
| 64-Bit shared, with apps | [Download](https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh/-/jobs/artifacts/master/browse?job=build-VS2019-x64-shared-TRUE-apps) | [Download](https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh/-/jobs/artifacts/master/browse?job=build-VS2017-x64-shared-TRUE-apps) |
| 64-Bit static, with apps | [Download ](https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh/-/jobs/artifacts/master/browse?job=build-VS2019-x64-shared-FALSE-apps) | [Download ](https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh/-/jobs/artifacts/master/browse?job=build-VS2017-x64-shared-FALSE-apps) |
2022-01-18 09:43:49 +01:00
2018-04-17 09:45:41 +02:00
2019-05-28 10:52:27 +02:00
### Apple
2022-01-18 09:43:49 +01:00
2022-01-18 11:33:58 +01:00
[Download (Intel) ](https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh/-/jobs/artifacts/master/browse?job=macos-cpp14-release)
2022-01-18 09:43:49 +01:00
2022-01-18 11:33:58 +01:00
[Download (M1) ](https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh/-/jobs/artifacts/master/browse?job=macos-M1-cpp14-release)
2019-05-28 10:52:27 +02:00
2018-05-29 12:53:42 +02:00
## Download Sources
2022-01-18 11:34:35 +01:00
[ Download Sources](https://gitlab.vci.rwth-aachen.de:9000/OpenMesh/OpenMesh/-/jobs/artifacts/master/browse?job=Sources )
2018-05-29 12:13:59 +02:00
2015-09-30 12:28:59 +02:00
## Installing
Unpack the tar-ball to a suitable place.
A detailed build manual for Mac/Windows/Linux is in the Documentation
located at Doc/html/index.html
## Documentation
The latest Documentation can be found at:
http://www.openmesh.org/media/Documentations/OpenMesh-Doc-Latest
Documentation for previous versions is available on our website as well.