-
Notifications
You must be signed in to change notification settings - Fork 3
Building
manuelnaranjo edited this page Sep 29, 2011
·
5 revisions
This instructions are for building OpenProximity from the github repository. Work in progress!
sudo apt-get install python-pip git
sudo pip install configglue
sudo pip install django-configglue
sudo pip install django-extensions
sudo pip install git+https://github.com/manuelnaranjo/django-cpserver.git
sudo pip install pytz
git clone https://github.com/manuelnaranjo/OpenProximity.git
cd OpenProximity/openproximity2
bash create_release_installer.sh
(wait)
You get openproximity-.tar.gz ready, just ucompress and use as always.