Installation Instructions

From MEG Core
Revision as of 14:17, 1 March 2019 by Nugenta (talk | contribs) (Created page with "=== Installing SAM from Source Code === Linux system (tested under CentOS 6.x, CentOS 7.x, Ubuntu 14.04 LTS, Ubuntu 16.04 LTS, Fedora 27) The latest source tarball is avai...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Installing SAM from Source Code

Linux system (tested under CentOS 6.x, CentOS 7.x, Ubuntu 14.04 LTS, Ubuntu 16.04 LTS, Fedora 27)

 The latest source tarball is available here:  SAMsrcV3-20170205.tgz.
 Download and unpack with:
 tar -xzvf SAMsrcV3-20170205.tgz

MacOS Users using the clang compiler (tested under macOS 10.13.x)

 The latest source tarball is available here: SAMsrcV3-20170205_clang.tgz.
 Download and unpack with:
 tar -xzvf SAMsrcV3-20170205_clang.tgz

MacOS Users using the gcc-7 compiler (tested under macOS 10.13.x)

 The latest source tarball is available here:  SAMsrcV3-20170205_gcc-7.tgz.
 Download and unpack with:
 tar -xzvf SAMsrcV3-20170205_gcc-7.tgz

This will create a directory called SAMsrcV3.