forked from pump-io/pump.io
-
Notifications
You must be signed in to change notification settings - Fork 0
HowTo for building Pumpa on OS X
David Haberthür edited this page Jun 8, 2013
·
4 revisions
If you'd like to build Pumpa for yourself on OS X, just follow these steps
- Install Homebrew, it's basically one command you have to paste into Terminal.app. This will take a while, so go and grab a coffee.
- To build Pumpa, you need QT and QJson. Those are installed via home-brew if you enter
brew install qt qjsonin Terminal.app. Finish your coffee, this will take a (shorter) while. - Still in Terminal.app,
cdto the directory where you save your code and dev-files. - Clone the Pumpa repository with
git clone git://gitorious.org/pumpa/pumpa.git - Enter
cd pumpa;qmake;make;open .to build Pumpa from source and to open the directory in Finder.app. - You should now have a pumpa.app in the directory of your choice.
Start pumpa.app, then you'll be asked to input your pump.io-Handle.
The app should then forward you to your instance.

Copy both the Token and the Verifier (two long random looking strings) on the next page to your pumps-window and pump away.

