Skip to content

Commit c836b2d

Browse files
committed
Improved documentation.
1 parent 381315a commit c836b2d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,15 @@ Please use the issue tracker at [https://github.com/dreibh/subnetcalc/issues](ht
205205

206206
The Git repository of the SubNetCalc sources can be found at [https://github.com/dreibh/subnetcalc](https://github.com/dreibh/subnetcalc):
207207

208-
<pre><code><span class="fu">git</span> clone <a href="https://github.com/dreibh/subnetcalc">https://github.com/dreibh/subnetcalc</a>
209-
<span class="bu">cd</span> subnetcalc
210-
<span class="fu">cmake</span> .
211-
<span class="fu">make</span>
212-
</code></pre>
208+
```bash
209+
git clone https://github.com/dreibh/subnetcalc
210+
cd subnetcalc
211+
sudo ci/get-dependencies --install
212+
cmake .
213+
make
214+
```
215+
216+
Note: The script [`ci/get-dependencies`](https://github.com/dreibh/subnetcalc/blob/master/ci/get-dependencies) automatically installs the build dependencies for Debian/Ubuntu Linux, Fedora Linux, and FreeBSD. For manual handling of the build dependencies, see the packaging configuration in [debian/control](https://github.com/dreibh/subnetcalc/blob/master/debian/control) (Debian/Ubuntu Linux), [subnetcalc.spec](https://github.com/dreibh/subnetcalc/blob/master/rpm/subnetcalc.spec) (Fedora Linux), and [Makefile](https://github.com/dreibh/subnetcalc/blob/master/freebsd/subnetcalc/Makefile) FreeBSD.
213217

214218
Contributions:
215219

0 commit comments

Comments
 (0)