triangle_cxx/README
2021-08-03 21:00:31 +08:00

27 lines
1.0 KiB
Plaintext

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.