Skip to content

Commit 4a85c4c

Browse files
committed
update reference, update build requires packages
1 parent 73b1b46 commit 4a85c4c

File tree

2 files changed

+20
-13
lines changed

2 files changed

+20
-13
lines changed

AUTHORS.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The author of "Iso2Mesh" toolbox is Qianqian Fang.
2-
Qianqian is currently an Assistant Professor at the
2+
Qianqian is currently an Associate Professor at the
33
Department of Bioengineering of Northeastern University.
44

55
Address: Dept. of Bioengineering

README.txt

+19-12
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Department of Bioengineering
77
Northeastern University
88
360 Huntington Ave, Boston, MA 02115
9-
*Version: 1.9.5 (Century Egg)
9+
*Version: 1.9.5 (Lion's Head)
1010
*License: GPL v2 or later (see COPYING)
1111
(this license does not cover the binaries under the bin/
1212
directory, see Section III for more details)
@@ -36,12 +36,14 @@ cross-platform and is compatible with both MATLAB and GNU Octave
3636
(a free MATLAB clone).
3737

3838
The details of this toolbox can be found in the following
39-
papers:
40-
41-
*Anh Phong Tran and Qianqian Fang, "Fast and high-quality tetrahedral \
42-
mesh generation from neuroanatomical scans," arXiv preprint arXiv:1708.08954, 2017
43-
*Qianqian Fang and David Boas, "Tetrahedral mesh generation from volumetric binary and \
44-
gray-scale images," Proceedings of IEEE International Symposium on Biomedical Imaging \
39+
papers (citing the first paper is highly encouraged):
40+
41+
*Anh Phong Tran, Shijie Yan and Qianqian Fang*, (2020) “Improving \
42+
model-based fNIRS analysis using mesh-based anatomical and \
43+
light-transport models," Neurophotonics, 7(1), 015008
44+
*Qianqian Fang and David Boas, "Tetrahedral mesh generation \
45+
from volumetric binary and gray-scale images," Proceedings of \
46+
IEEE International Symposium on Biomedical Imaging \
4547
(ISBI 2009), pp. 1142-1145, 2009
4648

4749

@@ -155,15 +157,20 @@ To compile the above external tools, the below tools must be pre-installed
155157
(tested on Ubuntu 14.04 LTS, if you use another Linux distribution, the package
156158
names might be different)
157159

158-
libcgal-dev
159-
clang
160+
gcc
160161
cmake
162+
libcgal-dev
163+
libsuitesparse-dev
164+
zlib1g-dev
161165

162166
you can install these by
163167

164-
sudo apt-get install libcgal-dev clang cmake
165-
166-
on Ubuntu.
168+
sudo apt-get install gcc cmake libcgal-dev libsuitesparse-dev zlib1g-dev
169+
170+
on Ubuntu or Debian. If you use Fedora, you need to install the below packages
171+
172+
sudo dnf install cmake CGAL-devel SuperLU-devel blas-static gcc-c++ zlib-devel octave-devel
173+
167174

168175
== # Acknowledgement ==
169176

0 commit comments

Comments
 (0)