View Single Post
Siggen's Avatar
Posts: 204 | Thanked: 75 times | Joined on Jan 2010 @ Norway
#9
Has anyone tried to compile the libpnd with the maemo toolchain?
where can i get the source for lubpnd?

EDIT:
okay here is the answer to my last question

Code:
git clone git://git.openpandora.org/pandora-libraries.git
Without going into how to set up a GIT, the summary that the pandora wiki used was:

Code:
mkdir libpnd
cd libpnd
git init
git remote add libpnd ssh://foo@git.openpandora.org/srv/git/pandora-libraries.git
git pull libpnd master
more info on the lib (getting, building and using the lib as a dev) here. Im gonna look into it my self, but thats after i set up my environment again (soon).

Last edited by Siggen; 2010-05-30 at 09:16.
 

The Following User Says Thank You to Siggen For This Useful Post: