diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-22 00:59:28 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-02-22 00:59:28 +0100 |
| commit | ce90b4c93b2f2242483bc940a95ba6a00d3fe65a (patch) | |
| tree | 6e50a5f98459cc1a954eb143a9a93b2c29c94ceb | |
| parent | f2db614faffca90b514828cc045dde9be48c6802 (diff) | |
| download | nissy-ce90b4c93b2f2242483bc940a95ba6a00d3fe65a.tar.gz nissy-ce90b4c93b2f2242483bc940a95ba6a00d3fe65a.zip | |
More details for UNIX installation
| -rw-r--r-- | www/download/index.html | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/www/download/index.html b/www/download/index.html index a161371..e1a03d7 100644 --- a/www/download/index.html +++ b/www/download/index.html | |||
| @@ -80,11 +80,25 @@ in WSL (Windows Subsystem for Linux) or in a similar environment. | |||
| 80 | 80 | ||
| 81 | <h3>UNIX (Linux, MacOS, *BSD...)</h3> | 81 | <h3>UNIX (Linux, MacOS, *BSD...)</h3> |
| 82 | <p> | 82 | <p> |
| 83 | Edit the <code>Makefile</code> to match your local configuration | 83 | Download the source archive (.tar.gz). Extract it |
| 84 | with your favorite archive program, for example with | ||
| 85 | </p> | ||
| 86 | <pre><code>tar -xvzf nissy-VERSION.tar.gz</code></pre> | ||
| 87 | <p> | ||
| 88 | Open a terminal in the directory just extracted. | ||
| 89 | If you wish, edit the <code>Makefile</code> to match your local configuration | ||
| 84 | (this is usually not necessary, but you may want to change the | 90 | (this is usually not necessary, but you may want to change the |
| 85 | <code>PREFIX</code> variable to change the installation path) | 91 | <code>PREFIX</code> variable to change the installation path) |
| 86 | and run <code>make</code>, followed by <code>make install</code>. | 92 | and run |
| 87 | Follow the instructions below to install the pruning tables. | 93 | </code> |
| 94 | <pre><code>make</code></pre> | ||
| 95 | <p> | ||
| 96 | followed by | ||
| 97 | </p> | ||
| 98 | <pre><code>make install</code></pre> | ||
| 99 | <p> | ||
| 100 | Then ollow the instructions below to install the pruning tables. | ||
| 101 | </p> | ||
| 88 | 102 | ||
| 89 | <h3>Tables</h3> | 103 | <h3>Tables</h3> |
| 90 | 104 | ||
| @@ -94,7 +108,7 @@ Follow the instructions below to install the pruning tables. | |||
| 94 | </tr> | 108 | </tr> |
| 95 | <tr> | 109 | <tr> |
| 96 | <td><strong>Tables</strong></td> | 110 | <td><strong>Tables</strong></td> |
| 97 | <td><a href="/nissy-tables-2.0.zip">nissy-tables.2.0.zip (63Kb)</a></td> | 111 | <td><a href="/nissy-tables-2.0.zip">nissy-tables.2.0.zip (1.6Gb)</a></td> |
| 98 | </tr> | 112 | </tr> |
| 99 | </table> | 113 | </table> |
| 100 | <p> | 114 | <p> |
