Skip to content

Commit

Permalink
Minizip configured without encryption, so no longer need libbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
derekkingston committed Dec 15, 2017
1 parent 6a9e405 commit 40f9c52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,6 @@ addons:
apt:
packages:
- libglu1-mesa-dev
- libbsd-dev
- uuid-dev
- libboost-filesystem-dev
- libboost-regex-dev
Expand Down
2 changes: 0 additions & 2 deletions install_prerequisites.sh
Expand Up @@ -88,8 +88,6 @@ elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
sudo apt -y install libglu1-mesa-dev
# Install unique ID creation library: in terminal
sudo apt -y install uuid-dev
#Install BSD development library: in terminal
sudo apt -y install libbsd-dev
# Install Boost libraries (**optional but recommended**; see external dependencies section): in terminal
sudo apt-get install libboost-filesystem-dev libboost-regex-dev libboost-system-dev
# Install pip3: in terminal
Expand Down

0 comments on commit 40f9c52

Please sign in to comment.