mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 19:31:52 +00:00
Fix #642
This commit is contained in:
parent
da818da21b
commit
819aabbf22
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ On Debian you'll need to install the following:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo apt install build-essential git unzip ncurses-dev libz-dev libssl-dev
|
sudo apt install build-essential git unzip ncurses-dev libz-dev libssl-dev
|
||||||
python subversion gettext gawk wget curl rsync perl
|
python python3-dev python3.5 libelf-dev subversion gettext gawk wget curl rsync perl
|
||||||
```
|
```
|
||||||
|
|
||||||
### Prepare and build
|
### Prepare and build
|
||||||
|
|
Loading…
Reference in a new issue