|
@@ -53,7 +53,13 @@ sudo apt-get -qqy install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options:
|
|
|
llvm-dev `# Required for correct Ruby installation` \
|
|
|
libboost-dev `# Silicon relies on boost::lexical_cast.` \
|
|
|
postgresql-server-dev-9.3 `# Needed by cpoll.` \
|
|
|
- xdg-utils `# Needed by dlang.`
|
|
|
+ xdg-utils `# Needed by dlang.` \
|
|
|
+ python-pip
|
|
|
+
|
|
|
+sudo pip install colorama==0.3.1
|
|
|
+# Version 2.3 has a nice Counter() and other features
|
|
|
+# but it requires —-allow-external and -—allow-unverified
|
|
|
+sudo pip install progressbar==2.2
|
|
|
|
|
|
# Install gcc-4.8 and gcc-4.9
|
|
|
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
|