Go to file
2021-11-02 10:58:15 +08:00
data upload src 2021-08-03 20:52:31 +08:00
src update cmakelists and gitignore 2021-11-02 10:54:36 +08:00
.gitignore update cmakelists and gitignore 2021-11-02 10:54:36 +08:00
CMakeLists.txt add TriangleConfig.cmake.in 2021-11-02 10:58:15 +08:00
LICENSE Initial commit 2021-08-03 10:09:51 +00:00
README update readme 2021-08-03 21:00:31 +08:00
README_ORI initial upload 2021-08-03 19:42:54 +08:00
TriangleConfig.cmake.in add TriangleConfig.cmake.in 2021-11-02 10:58:15 +08:00

A C++ distribution of the Triangle software

This is a C++ wrap of the Triangle software, which is
distributed under the GNU AGPL-v3 license. For the use
of the software, please read the README_ORI file. This 
package compiles the triangle library (both dynamic 
and static), the executable file, the visualization tool,  
and a sample program for testing call the triangle library.

Author: Dr. Yi Zhang
E-mail: zhangyiss@icloud.com
Address: Yuquan Campus, Zhejiang University
         38 Zheda Road, Hangzhou 310027, China

Installation

We use the CMake program to compile and install the package, and 
the Stow program to create symlinks to the target directory.

1. Install CMake and Stow
2. ./config.sh configure
3. ./config.sh install

This will install the triangle package into the /opt/stow/triangle directory. 
Symlinks are created in the /usr/local directory according to the sub-directories 
of the installed package. Directories of the installation and target directories 
could be changed by editing the config.sh file.