You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install [HomeBrew](http://brew.sh/). It requires a minimum of Xcode 5.1.1 (xcodebuild -version). Then run:
31
+
```
32
+
brew tap homebrew/science
33
+
brew install snp-sites
34
+
```
35
+
## OSX/Linux - from source
36
+
This is a difficult method and is only suitable for someone with advanced unix skills. No support is provided with this method, since you have advanced unix skills. Please consider using HomeBrew/LinuxBrew instead. First install a standard development environment (e.g. gcc, automake, autoconf, libtool). Download the software from [GitHub](https://github.com/sanger-pathogens/snp-sites).
37
+
38
+
```
39
+
autoreconf -i -f
40
+
./configure
41
+
make
42
+
sudo make install
43
+
```
44
+
45
+
## OSX/Linux - from a release tarball
46
+
This is a difficult method and is only suitable for someone with advanced unix skills. No support is provided with this method, since you have advanced unix skills. Please consider using HomeBrew/LinuxBrew instead. First install a standard development environment (e.g. gcc, automake, autoconf, libtool).
Install [HomeBrew](http://brew.sh/). It requires a minimum of Xcode 5.1.1 (xcodebuild -version). Then run:
94
+
```
95
+
brew tap homebrew/science
96
+
brew install snp-sites
97
+
```
98
+
## OSX/Linux - from source
99
+
This is a difficult method and is only suitable for someone with advanced unix skills. No support is provided with this method, since you have advanced unix skills. Please consider using HomeBrew/LinuxBrew instead. First install a standard development environment (e.g. gcc, automake, autoconf, libtool). Download the software from [GitHub](https://github.com/sanger-pathogens/snp-sites).
100
+
101
+
```
102
+
autoreconf -i -f
103
+
./configure
104
+
make
105
+
sudo make install
106
+
```
107
+
108
+
## OSX/Linux - from a release tarball
109
+
This is a difficult method and is only suitable for someone with advanced unix skills. No support is provided with this method, since you have advanced unix skills. Please consider using HomeBrew/LinuxBrew instead. First install a standard development environment (e.g. gcc, automake, autoconf, libtool).
0 commit comments