Skip to content

Commit ca1f530

Browse files
authored
Added automake and automake to dependency list
This is needed for freetype compilation on a fresh linux machine. Tested on Ubuntu 20.04 and Ubuntu18.04
1 parent 1768b2c commit ca1f530

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install-deps-linux.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ sudo dpkg --add-architecture i386
1919

2020

2121
DEPENDS=' libx11-dev'
22+
DEPENDS=' automake'
23+
DEPENDS=' libtool'
2224
DEPENDS+=' libxmu-dev'
2325
DEPENDS+=' libglu1-mesa-dev'
2426
DEPENDS+=' libgl2ps-dev'

0 commit comments

Comments
 (0)