This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/bash | |
echo "Packages needed for installation:" | |
echo "zlib1g-dev g++" | |
echo | |
echo "You can install it on debian-based distros with command:" | |
echo "apt-get install zlib1g-dev g++" | |
echo | |
if [ -z "$VIRTUAL_ENV" ]; then |