Skip to content

Commit 176ac00

Browse files
committed
commiting to main
1 parent d69aaf6 commit 176ac00

File tree

2 files changed

+36
-31
lines changed

2 files changed

+36
-31
lines changed

INSTALL.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Compiled version
2323

2424
This is generalized instructions for a release.
2525

26-
Compiled versions are available for Mac OS X (amd64 and M1 processor, macos-amd64 and macos-arm64), Linux (amd64 process, linux-amd64),
27-
Windows (amd64 and arm64 processor, windows-amd64 and windows-arm64) and Rapsberry Pi (arm7 processor, raspbian-arm7)
26+
Compiled versions are available for Mac OS X (Intel and M1 processor, macos-x86_64 and macOS-arm64), Linux (Intel process, Linux-x86_64),
27+
Windows (Intel and arm64 processor, windows-x86_64 and Windows-arm64) and Rapsberry Pi (arm7 processor, RaspberryPiOS-arm7)
2828

2929
VERSION_NUMBER is a [symantic version number](http://semver.org/) (e.g. v0.1.2)
3030

@@ -36,19 +36,20 @@ For all the released version go to the project page on Github and click latest r
3636

3737
| Platform | Zip Filename |
3838
|----------------|---------------------------------------------------|
39-
| Windows | datatools-VERSION_NUMBER-windows-amd64.zip |
40-
| Windows | datatools-VERSION_NUMBER-windows-arm64.zip |
41-
| Mac OS X | datatools-VERSION_NUMBER-macos-amd64.zip |
42-
| Mac OS X | datatools-VERSION_NUMBER-macos-arm64.zip |
43-
| Linux/Intel | datatools-VERSION_NUMBER-linux-amd64.zip |
44-
| Raspbery Pi OS | datatools-VERSION_NUMBER-raspberry_pi_os-arm7.zip |
39+
| Windows | datatools-VERSION_NUMBER-Windows-x86_64.zip |
40+
| Windows | datatools-VERSION_NUMBER-Windows-arm64.zip |
41+
| Mac OS X | datatools-VERSION_NUMBER-macOS-x86_64.zip |
42+
| Mac OS X | datatools-VERSION_NUMBER-macOS-arm64.zip |
43+
| Linux/Intel | datatools-VERSION_NUMBER-Linux-x86_64.zip |
44+
| Linux/ARM 64 | datatools-VERSION_NUMBER-Linux-aarch64.zip |
45+
| Raspbery Pi OS | datatools-VERSION_NUMBER-RaspberryPiOS-arm7.zip |
4546

4647

4748
The basic recipe
4849
----------------
4950

5051
+ Find the Zip file listed matching the architecture you're running and download it
51-
+ (e.g. if you're on a Windows 10 laptop/Surface with a amd64 style CPU you'd choose the Zip file with "windows-amd64" in the name).
52+
+ (e.g. if you're on a Windows 10 laptop/Surface with a Intel style CPU you'd choose the Zip file with "windows-x86_64" in the name).
5253
+ Download the zip file and unzip the file.
5354
+ Copy the contents of the folder named "bin" to a folder that is in your path
5455
+ (e.g. "$HOME/bin" is common).
@@ -68,11 +69,11 @@ The basic recipe
6869
Here's an example of the commands run in the Terminal App after downloading the
6970
zip file.
7071

71-
#### Intel (amd64) Hardware
72+
#### Intel (x86_64) Hardware
7273

7374
```shell
7475
cd Downloads/
75-
unzip datatools-*-macos-amd64.zip
76+
unzip datatools-*-macos-x86_64.zip
7677
mkdir -p $HOME/bin
7778
mv -v bin/* $HOME/bin/
7879
export PATH=$HOME/bin:$PATH
@@ -103,11 +104,11 @@ zip file.
103104
Here's an example of the commands run in from the Bash shell on Windows 10 after
104105
downloading the zip file.
105106

106-
#### Intel (amd64) Hardware
107+
#### Intel (x86_64) Hardware
107108

108109
```shell
109110
cd Downloads/
110-
unzip datatools-*-windows-amd64.zip
111+
unzip datatools-*-windows-x86_64.zip
111112
mkdir -p $HOME/bin
112113
mv -v bin/* $HOME/bin/
113114
export PATH=$HOME/bin:$PATH
@@ -139,7 +140,7 @@ downloading the zip file.
139140

140141
```shell
141142
cd Downloads/
142-
unzip datatools-*-linux-amd64.zip
143+
unzip datatools-*-linux-x86_64.zip
143144
mkdir -p $HOME/bin
144145
cp -v bin/* $HOME/bin/
145146
export PATH=$HOME/bin:$PATH

install.html

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ <h2 id="quick-install-using-curl">Quick install using curl</h2>
3333
<pre><code>curl https://caltechlibrary.github.io/datatools/installer.sh | sh</code></pre>
3434
<h2 id="compiled-version">Compiled version</h2>
3535
<p>This is generalized instructions for a release.</p>
36-
<p>Compiled versions are available for Mac OS X (amd64 and M1 processor,
37-
macos-amd64 and macos-arm64), Linux (amd64 process, linux-amd64),
38-
Windows (amd64 and arm64 processor, windows-amd64 and windows-arm64) and
39-
Rapsberry Pi (arm7 processor, raspbian-arm7)</p>
36+
<p>Compiled versions are available for Mac OS X (Intel and M1 processor,
37+
macos-x86_64 and macOS-arm64), Linux (Intel process, Linux-x86_64),
38+
Windows (Intel and arm64 processor, windows-x86_64 and Windows-arm64)
39+
and Rapsberry Pi (arm7 processor, RaspberryPiOS-arm7)</p>
4040
<p>VERSION_NUMBER is a <a href="http://semver.org/">symantic version
4141
number</a> (e.g. v0.1.2)</p>
4242
<p>For all the released version go to the project page on Github and
@@ -54,27 +54,31 @@ <h2 id="compiled-version">Compiled version</h2>
5454
<tbody>
5555
<tr class="odd">
5656
<td>Windows</td>
57-
<td>datatools-VERSION_NUMBER-windows-amd64.zip</td>
57+
<td>datatools-VERSION_NUMBER-Windows-x86_64.zip</td>
5858
</tr>
5959
<tr class="even">
6060
<td>Windows</td>
61-
<td>datatools-VERSION_NUMBER-windows-arm64.zip</td>
61+
<td>datatools-VERSION_NUMBER-Windows-arm64.zip</td>
6262
</tr>
6363
<tr class="odd">
6464
<td>Mac OS X</td>
65-
<td>datatools-VERSION_NUMBER-macos-amd64.zip</td>
65+
<td>datatools-VERSION_NUMBER-macOS-x86_64.zip</td>
6666
</tr>
6767
<tr class="even">
6868
<td>Mac OS X</td>
69-
<td>datatools-VERSION_NUMBER-macos-arm64.zip</td>
69+
<td>datatools-VERSION_NUMBER-macOS-arm64.zip</td>
7070
</tr>
7171
<tr class="odd">
7272
<td>Linux/Intel</td>
73-
<td>datatools-VERSION_NUMBER-linux-amd64.zip</td>
73+
<td>datatools-VERSION_NUMBER-Linux-x86_64.zip</td>
7474
</tr>
7575
<tr class="even">
76+
<td>Linux/ARM 64</td>
77+
<td>datatools-VERSION_NUMBER-Linux-aarch64.zip</td>
78+
</tr>
79+
<tr class="odd">
7680
<td>Raspbery Pi OS</td>
77-
<td>datatools-VERSION_NUMBER-raspberry_pi_os-arm7.zip</td>
81+
<td>datatools-VERSION_NUMBER-RaspberryPiOS-arm7.zip</td>
7882
</tr>
7983
</tbody>
8084
</table>
@@ -83,8 +87,8 @@ <h2 id="the-basic-recipe">The basic recipe</h2>
8387
<li>Find the Zip file listed matching the architecture you’re running
8488
and download it
8589
<ul>
86-
<li>(e.g. if you’re on a Windows 10 laptop/Surface with a amd64 style
87-
CPU you’d choose the Zip file with “windows-amd64” in the name).</li>
90+
<li>(e.g. if you’re on a Windows 10 laptop/Surface with a Intel style
91+
CPU you’d choose the Zip file with “windows-x86_64” in the name).</li>
8892
</ul></li>
8993
<li>Download the zip file and unzip the file.<br />
9094
</li>
@@ -110,9 +114,9 @@ <h3 id="mac-os">Mac OS</h3>
110114
</ol>
111115
<p>Here’s an example of the commands run in the Terminal App after
112116
downloading the zip file.</p>
113-
<h4 id="intel-amd64-hardware">Intel (amd64) Hardware</h4>
117+
<h4 id="intel-x86_64-hardware">Intel (x86_64) Hardware</h4>
114118
<pre class="shell"><code> cd Downloads/
115-
unzip datatools-*-macos-amd64.zip
119+
unzip datatools-*-macos-x86_64.zip
116120
mkdir -p $HOME/bin
117121
mv -v bin/* $HOME/bin/
118122
export PATH=$HOME/bin:$PATH
@@ -135,9 +139,9 @@ <h3 id="windows">Windows</h3>
135139
</ol>
136140
<p>Here’s an example of the commands run in from the Bash shell on
137141
Windows 10 after downloading the zip file.</p>
138-
<h4 id="intel-amd64-hardware-1">Intel (amd64) Hardware</h4>
142+
<h4 id="intel-x86_64-hardware-1">Intel (x86_64) Hardware</h4>
139143
<pre class="shell"><code> cd Downloads/
140-
unzip datatools-*-windows-amd64.zip
144+
unzip datatools-*-windows-x86_64.zip
141145
mkdir -p $HOME/bin
142146
mv -v bin/* $HOME/bin/
143147
export PATH=$HOME/bin:$PATH
@@ -159,7 +163,7 @@ <h3 id="linux">Linux</h3>
159163
<p>Here’s an example of the commands run in from the Bash shell after
160164
downloading the zip file.</p>
161165
<pre class="shell"><code> cd Downloads/
162-
unzip datatools-*-linux-amd64.zip
166+
unzip datatools-*-linux-x86_64.zip
163167
mkdir -p $HOME/bin
164168
cp -v bin/* $HOME/bin/
165169
export PATH=$HOME/bin:$PATH

0 commit comments

Comments
 (0)