Skip to content

Commit

Permalink
Update setup.sh (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsezhiyan authored and bryanlimy committed Aug 8, 2019
1 parent 1c9f029 commit ee91562
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.sh
Expand Up @@ -46,8 +46,10 @@ install_system_packages() {
echo 'brew install qt open-mpi pkg-config ffmpeg'
brew install qt open-mpi pkg-config ffmpeg
elif [ $mac_package_manager = "macports" ]; then
echo 'port selfupdate'
port selfupdate
echo 'port install qt open-mpi pkg-config ffmpeg'
port install qt openmpi pkgconfig ffmpeg
port install qt4-mac openmpi pkgconfig ffmpeg
fi
;;
Linux)
Expand Down

0 comments on commit ee91562

Please sign in to comment.