Skip to content

Commit

Permalink
.travis.yml: install libfreeimage-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbier committed Feb 5, 2014
1 parent 321dc0d commit 535646b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ compiler:
- gcc
- clang
before_install:
- sudo apt-get install libxmu-dev tcl8.5-dev tk8.5-dev libgl2ps-dev
- sudo apt-get install libxmu-dev tcl8.5-dev tk8.5-dev libgl2ps-dev libfreeimage-dev
# Needed to run OCCT tests in parallel
- sudo apt-get install tclthread
# Is this needed to run OCCT tests?
Expand Down

0 comments on commit 535646b

Please sign in to comment.