initial upload

This commit is contained in:
2021-08-03 19:42:54 +08:00
parent 87d45d82df
commit 499878f944
9 changed files with 16879 additions and 0 deletions

24
README Normal file
View File

@@ -0,0 +1,24 @@
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.
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.