Skip to content

Instantly share code, notes, and snippets.

@ewencp
Created October 21, 2010 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewencp/639036 to your computer and use it in GitHub Desktop.
Save ewencp/639036 to your computer and use it in GitHub Desktop.
Install Debian system packages necessary for building Sirikata.
#!/usr/bin/env bash
#
# Run as
# bash -c "$(curl -fsS http://gist.github.com/raw/639036/install-debian-sirikata-system-deps.sh)"
# to get a single command install (avoids requiring you to download and separately run the command).
sudo apt-get install \
git-core cmake sed unzip zip automake1.9 nvidia-cg-toolkit jam g++ \
libzzip-dev libxt-dev libxaw7-dev libxxf86vm-dev libxrandr-dev libfreetype6-dev \
libxext-dev autoconf libtool libpcre3-dev flex bison patch libbz2-dev gawk \
libglu1-mesa-dev tofrodos libglut3-dev freeglut3-dev scons libexpat1-dev \
libgtk2.0-dev libnss3-dev libgconf2-dev gperf libasound2-dev subversion \
libtool autoconf ruby flex libgsl0-dev libssl-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment