Browse Source

Add missing dependencies for build process.

master
Christoph Scholtes 4 years ago
parent
commit
9e87cbc67e
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      Makefile

+ 4
- 1
Makefile View File

@@ -170,7 +170,10 @@ dep-ubuntu:
help2man \ help2man \
clang \ clang \
libz-dev \ libz-dev \
rsync
rsync \
xxd \
perl \
coreutils




dep-arch-linux: dep-arch-linux:


Loading…
Cancel
Save