@@ -24,9 +24,47 @@ you must <em>not</em> upgrade the ISIS Data Files!!!
-->
<h2>Overview</h2>
<p>
This installation guide is for ISIS3 users interested in installing ISIS3 through conda, or compiling on their own systems using cmake.
If you are a developer, we refer you to our <ahref="https://github.com/USGS-Astrogeology/ISIS3">GitHub repository.</a>
</p>
<h3>ISIS3 Installation With Conda</h3>
<p>The instructions for this are still being worked out.</p>
<ol>
<li>Download either the Anaconda or Miniconda installation script for your OS platform. Anaconda is a much larger distribtion of packages supporting scientific python, while Miniconda is a minimal installation and not as large:
<li>Open a terminal window in the directory where you downloaded the script, and run the following commands (in this example, we chose to do a full install of Anaconda):</li>
<pre>
chmod +x Anaconda3-5.2.0-Linux-x86_64.sh
./Anaconda3-5.2.0-Linux-x86_64.sh
</pre>
This will start the Anaconda installer which will guide you through the installation process.
<li>After the installation has finished, open up a bash prompt in your terminal window.</li>
<li>Create a new environment for your ISIS3 installation:
<pre>
#Add the following channels to the Anaconda installation
conda config --add channels conda-forge
conda config --add channels usgs-astrogeology
#Create a new conda environment to install ISIS3 in
<p>ISIS3 runs on many UNIX variants. ISIS does not run natively on MS Windows,
although it has been successfully run on Windows 10 using the Windows
@@ -42,7 +80,7 @@ you must <em>not</em> upgrade the ISIS Data Files!!!
</ul>
<p>ISIS3 is also build and tested nightly on the following operating systems.</p>
<p>ISIS3 is also built and tested nightly on the following operating systems.</p>
<ul>
<li>Ubuntu 14.04.3 LTS</li>
@@ -60,15 +98,12 @@ you must <em>not</em> upgrade the ISIS Data Files!!!
<ul>
<li>64-bit (x86) processors</li>
<li>2 GB RAM</li>
<li>2.5 GB for ISIS3 binaries</li>
<li>2.5 GB of disk space for ISIS3 binaries</li>
<li>10 GB to 510 GB disk space for ISIS3 data</li>
<li>10 GB to many TB disk space for processing images</li>
<li>A quality graphics card</li>
</ul>
<p>Note: More processors, memory, disk storage, and an additional graphcis card
(to support the use of two monitors at one time) may be useful depending on
the complexity of your processing requirements.
</p>
<ANAME="RunningOnWindows"></A>
<h3>Running ISIS3 on Windows 10</h3>
@@ -129,7 +164,6 @@ is a popular choice and may be downloaded below.
the GitHub wiki page for the ISIS3 project:
<ul>
<li><ahref="https://github.com/USGS-Astrogeology/ISIS3/wiki/Building-ISIS3-with-cmake#getting-started-with-github">Getting Started With GitHub</a></li>
<li><ahref="https://github.com/USGS-Astrogeology/ISIS3/wiki/Building-ISIS3-with-cmake#anaconda-and-isis3-dependencies">Installing Anaconda and satisfying ISIS3 Dependencies</a></li>
<li><ahref="https://github.com/USGS-Astrogeology/ISIS3/wiki/Building-ISIS3-with-cmake#building-isis3">Building ISIS3 With cmake</a></li>
<li><ahref="https://github.com/USGS-Astrogeology/ISIS3/wiki/Building-ISIS3-with-cmake#new-environmental-variable-meanings">New ISIS3 environmental variables and their meanings</a></li>
<li><ahref="https://github.com/USGS-Astrogeology/ISIS3/wiki/Building-ISIS3-with-cmake#custom-data-and-test-data-directories">Custom data and test directories</a></li>
@@ -140,26 +174,23 @@ is a popular choice and may be downloaded below.