Fossil SCM
Show what "apt install" commands need to be run on a fresh Ubuntu install in order to build Fossil.
Commit
c2cfaa6a720fed107329b4f652ed91f506f126511a0e0e128623a9cd54e9f611
Parent
7abfca67529a44d…
1 file changed
+5
-1
+5
-1
| --- www/build.wiki | ||
| +++ www/build.wiki | ||
| @@ -73,10 +73,14 @@ | ||
| 73 | 73 | <ol> |
| 74 | 74 | <li value="5"> |
| 75 | 75 | <p>Unpack the ZIP or tarball you downloaded then |
| 76 | 76 | <b>cd</b> into the directory created.</p></li> |
| 77 | 77 | |
| 78 | +<li><i>(Optional, Debian-compatible Linux only)</i> | |
| 79 | +Make sure you have all the necessary tools and libraries at hand by running: | |
| 80 | +<b>sudo apt install tcl-dev tk libssl-dev</b>. | |
| 81 | + | |
| 78 | 82 | <li><i>(Optional, Unix only)</i> |
| 79 | 83 | Run <b>./configure</b> to construct a makefile. |
| 80 | 84 | |
| 81 | 85 | <ol type="a"> |
| 82 | 86 | <li><p> |
| @@ -186,11 +190,11 @@ | ||
| 186 | 190 | </ol> |
| 187 | 191 | |
| 188 | 192 | <h2>3.0 Installing</h2> |
| 189 | 193 | |
| 190 | 194 | <ol> |
| 191 | -<li value="8"> | |
| 195 | +<li value="9"> | |
| 192 | 196 | <p>The finished binary is named "fossil" (or "fossil.exe" on Windows). |
| 193 | 197 | Put this binary in a |
| 194 | 198 | directory that is somewhere on your PATH environment variable. |
| 195 | 199 | It does not matter where.</p> |
| 196 | 200 | |
| 197 | 201 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -73,10 +73,14 @@ | |
| 73 | <ol> |
| 74 | <li value="5"> |
| 75 | <p>Unpack the ZIP or tarball you downloaded then |
| 76 | <b>cd</b> into the directory created.</p></li> |
| 77 | |
| 78 | <li><i>(Optional, Unix only)</i> |
| 79 | Run <b>./configure</b> to construct a makefile. |
| 80 | |
| 81 | <ol type="a"> |
| 82 | <li><p> |
| @@ -186,11 +190,11 @@ | |
| 186 | </ol> |
| 187 | |
| 188 | <h2>3.0 Installing</h2> |
| 189 | |
| 190 | <ol> |
| 191 | <li value="8"> |
| 192 | <p>The finished binary is named "fossil" (or "fossil.exe" on Windows). |
| 193 | Put this binary in a |
| 194 | directory that is somewhere on your PATH environment variable. |
| 195 | It does not matter where.</p> |
| 196 | |
| 197 |
| --- www/build.wiki | |
| +++ www/build.wiki | |
| @@ -73,10 +73,14 @@ | |
| 73 | <ol> |
| 74 | <li value="5"> |
| 75 | <p>Unpack the ZIP or tarball you downloaded then |
| 76 | <b>cd</b> into the directory created.</p></li> |
| 77 | |
| 78 | <li><i>(Optional, Debian-compatible Linux only)</i> |
| 79 | Make sure you have all the necessary tools and libraries at hand by running: |
| 80 | <b>sudo apt install tcl-dev tk libssl-dev</b>. |
| 81 | |
| 82 | <li><i>(Optional, Unix only)</i> |
| 83 | Run <b>./configure</b> to construct a makefile. |
| 84 | |
| 85 | <ol type="a"> |
| 86 | <li><p> |
| @@ -186,11 +190,11 @@ | |
| 190 | </ol> |
| 191 | |
| 192 | <h2>3.0 Installing</h2> |
| 193 | |
| 194 | <ol> |
| 195 | <li value="9"> |
| 196 | <p>The finished binary is named "fossil" (or "fossil.exe" on Windows). |
| 197 | Put this binary in a |
| 198 | directory that is somewhere on your PATH environment variable. |
| 199 | It does not matter where.</p> |
| 200 | |
| 201 |