Browse Source
docker image: install libltdl-dev and libsigsegv-dev
emacs-27
Leonid Plyushch
5 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
2 additions and
0 deletions
-
scripts/setup-ubuntu.sh
|
|
@ -24,6 +24,8 @@ PACKAGES+=" libglib2.0-dev" # Provides 'glib-genmarshal' which the glib build us |
|
|
|
PACKAGES+=" libc-ares-dev" # Used by host build part of nodejs v12.6.0+. |
|
|
|
PACKAGES+=" libicu-dev" # Used by host build part of nodejs v12.6.0+. |
|
|
|
PACKAGES+=" libtool-bin" |
|
|
|
PACKAGES+=" libltdl-dev" |
|
|
|
PACKAGES+=" libsigsegv-dev" |
|
|
|
PACKAGES+=" libncurses5-dev" # Used by mariadb for host build part. |
|
|
|
PACKAGES+=" lzip" |
|
|
|
PACKAGES+=" python3.7" |
|
|
|