Skip to content

Commit 36a261c

Browse files
committed
Updating install notes to include information about hdf5 and armadillo.
1 parent 781a6fc commit 36a261c

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

install.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
These are simple instructions for installing the svalinn Trelis plugin (2017.08.09)
22

3-
1. Download the tarball
3+
1. Ensure the hdf5 and armadillo packages have been installed on your maachine (libhdf5-dev and libarmadillo-dev, respectively)
4+
5+
2. Download the tarball
46
%> curl -L -o /tmp/svalinn-plugin.tgz https://uwmadison.box.com/shared/static/t8k4co68droabdn2sfnb57f59uhi52tq.tgz
57

68
OR
79

810
%> wget -O /tmp/svalinn-plugin.tgz https://uwmadison.box.com/shared/static/t8k4co68droabdn2sfnb57f59uhi52tq.tgz
911

10-
2. Change to the Trelis binary directory
12+
3. Change to the Trelis binary directory
1113
%> cd /opt/Trelis-16.3/bin
1214

13-
3. Unpack the tarball (perhaps as sudo)
15+
4. Unpack the tarball (perhaps as sudo)
1416
%> sudo tar xzf /tmp/svalinn-plugin.tgz
1517

16-
4. Run the brief installation script
18+
5. Run the brief installation script
1719
%> sudo bash plugins/svalinn/install.sh
1820

0 commit comments

Comments
 (0)