Skip to content

Commit d21baec

Browse files
committed
Improved documentation.
1 parent 82312da commit d21baec

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
@@ -149,11 +149,15 @@ Please use the issue tracker at [https://github.com/dreibh/rsplib/issues](https:
149149

150150
The Git repository of the RSPLIB sources can be found at [https://github.com/dreibh/rsplib](https://github.com/dreibh/rsplib):
151151

152-
<pre><code><span class="fu">git</span> clone <a href="https://github.com/dreibh/rsplib">https://github.com/dreibh/rsplib</a>
153-
<span class="bu">cd</span> rsplib
154-
<span class="fu">cmake</span> .
155-
<span class="fu">make</span>
156-
</code></pre>
152+
```bash
153+
git clone https://github.com/dreibh/rsplib
154+
cd rsplib
155+
sudo ci/get-dependencies --install
156+
cmake .
157+
make
158+
```
159+
160+
Note: The script [`ci/get-dependencies`](https://github.com/dreibh/rsplib/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/rsplib/blob/master/debian/control) (Debian/Ubuntu Linux), [rsplib.spec](https://github.com/dreibh/rsplib/blob/master/rpm/rsplib.spec) (Fedora Linux), and [Makefile](https://github.com/dreibh/rsplib/blob/master/freebsd/rsplib/Makefile) FreeBSD.
157161

158162
Contributions:
159163

0 commit comments

Comments
 (0)