Skip to content

Commit e0d3525

Browse files
committed
Updated documentation.
1 parent a77caa8 commit e0d3525

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@ cmake .
157157
make
158158
```
159159

160+
Optionally, for installation to the standard paths (usually under `/usr/local`):
161+
162+
```bash
163+
sudo make install
164+
```
165+
160166
Note: The script [`ci/get-dependencies`](https://github.com/dreibh/rsplib/blob/master/ci/get-dependencies) automatically installs the build dependencies under 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.
161167

162168
Contributions:

0 commit comments

Comments
 (0)