Browse Source
Merge pull request #800 from robertbaker/patch-1
fix: add fakeroot needed for building
pull/806/head
trapexit
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
tools/install-build-pkgs
|
@ -11,6 +11,7 @@ if [ -e /usr/bin/apt-get ]; then |
|
|
g++ \ |
|
|
g++ \ |
|
|
debhelper \ |
|
|
debhelper \ |
|
|
automake \ |
|
|
automake \ |
|
|
|
|
|
fakeroot \ |
|
|
libtool \ |
|
|
libtool \ |
|
|
lsb-release |
|
|
lsb-release |
|
|
apt-get -qy --no-install-suggests --no-install-recommends install python |
|
|
apt-get -qy --no-install-suggests --no-install-recommends install python |
|
|