Skip to content

Commit

Permalink
deploy: 5d9c16d
Browse files Browse the repository at this point in the history
  • Loading branch information
iondev33 committed Sep 22, 2024
1 parent 7f656d2 commit de61f11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions ION-Quick-Start-Guide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1874,12 +1874,13 @@ <h2 id="installing-ion-on-linux-macos-solaris">Installing ION on Linux, MacOS, S
<p>Depending on the Linux distribution, the package names may differ. To install packages on Debian-based systems, run:</p>
<p><code>sudo apt-get update &amp;&amp; sudo apt-get install automake autoconf libtool m4 gcc make</code></p>
<p>To verify the installation, run:</p>
<p><code>automake --version</code>
<code>autoconf --version</code>
<code>libtool --version</code>
<code>m4 --version</code>
<code>gcc --version</code>
<code>make --version</code></p>
<p><code>automake --version</code></p>
<p><code>autoconf --version</code></p>
<p><code>libtool --version</code></p>
<p><code>m4 --version</code></p>
<p><code>gcc --version</code></p>
<p><code>make --version</code></p>
<p>to check for proper installation.</p>
<p>NOTE: Alternative build methods without the <code>automake</code> ecosystem are also available. See section <a href="#alternative-build-methods-without-automake">Alternative Build Methods without Automake</a> for details. </p>
<h3 id="build-ion-413-and-earlier-versions-without-actual-cipher-suite">Build ION 4.1.3 (and earlier versions) without actual cipher suite</h3>
<p>To build and install the entire ION system on a Linux, MacOS, or Solaris platform, cd into ion-open-source and enter the following commands:</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit de61f11

Please sign in to comment.