forked from nvbn/everpad
-
Notifications
You must be signed in to change notification settings - Fork 1
developing for everpad
fmoo edited this page Oct 23, 2012
·
7 revisions
Assuming you don't already have git installed, but have the ppa added, something like this should work.
sudo apt-get install git
sudo apt-get build-dep everpad
git clone git://github.com/nvbn/everpad.git everpad-git
cd everpad-git
sudo python setup.py develop
Then make sure you've closed the indicator (click Exit from the everpad unity applet(?)) and back on the console:
python everpad/pad/indicator.py
When you're done, you should be able to run
sudo python setup.py develop --uninstall
To restore your environment back to the ppa version