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
Copy file name to clipboardExpand all lines: docs/binaries.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,14 @@ This means that binaries built on older systems will run on newer systems, but
15
15
the opposite may not be true.
16
16
17
17
### OSX binaries
18
-
We have not built any OSX binaries yet. We will update this section once we do.
19
-
18
+
Binaries were build on Mid 2013 MacBook Air with an "Haswell" based i5 CPU, running OSX 10.10 Yosemite.
19
+
They should be forward compatible with later OSX releases.
20
20
21
21
## STRUCTURE
22
22
23
23
STRUCTURE is relatively simple to build. Source code can be obtained from the
24
24
[STRUCTURE website](http://pritchardlab.stanford.edu/structure_software/release_versions/v2.3.4/structure_kernel_source.tar.gz). To build the binary, we used our helper
25
-
script "install_structure.sh".
25
+
script "install_structure.sh". The binary version is 2.3.4.
26
26
27
27
28
28
## fastStructure
@@ -36,4 +36,4 @@ To build the binary, we have insatlled fastStructure using our helper script
36
36
"install_faststructure.sh" and then we have used
37
37
[pyinstaller](http://www.pyinstaller.org/) to turn it into a binary. The used
38
38
"specfile" can be found [here](https://github.com/StuntsPT/Structure_threader/tree/master/helper_scripts/structure.spec) which contains all the required information to reproduce the
0 commit comments