Skip to content

Commit

Permalink
Add install script for Ubuntu 12.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrick Coetzee committed Aug 21, 2012
1 parent 4265024 commit e27051a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/README
@@ -0,0 +1,4 @@
This directory contains scripts that can be downloaded and executed to
perform the entire SEJITS install process in a single command. It is
intended to be used with github's "raw" interface for accessing the latest
revision of a checked in file via public HTTPS.
4 changes: 4 additions & 0 deletions install/ubuntu_12.04.sh
@@ -0,0 +1,4 @@
#!/bin/bash
sudo apt-get install python-pip python-dev libboost-python-dev g++
sudo pip install asp
echo "BOOST_PYTHON_LIBNAME=['boost_python-mt-py27']" >> ~/.aksetup-defaults.py

0 comments on commit e27051a

Please sign in to comment.