@@ -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
4141number</ 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
8488and 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
112116downloading 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
137141Windows 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
160164downloading 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