[Community] Help me install PCL

Kai Lautaportti kai.lautaportti at mbconcert.fi
Fri Nov 10 20:34:42 EET 2006


myunghwa Hwang wrote:
> 
> Thank you, Kai!
> 
> But I never used svn.
> 
> I just installed svn, wget, and buildit.
> 
> Could you show me specific commands for svn update?

Hi again

First make sure that buildit works by trying to import it in python:

  $ python

  >>> import buildit

if that doesn't give any errors, you can move on. If you do get errors, 
make sure that buildit is in your PYTHONPATH.


Next, you can checkout primagis.buildout using the following command:

  $ svn checkout 
http://svn.gispython.org/svn/zope/primagis.buildout/trunk primagis.buildout

If you MUA wraps that, make sure that you type it all into one line. 
That will checkout the buildout system in a directory called 
"primagis.buildout".

Next go into the primagis.buildout directory and edit "root.ini". You 
might want to edit "prefix" and "build_root" so suite your system. After 
this you can simply run:

  $ python build.py

which will execute the buildout. The process may take a while so be 
patient. The script will print out further instructions once it finishes.

cheers,
Kai



-- 
Kai Lautaportti               +358-50-558-7935
Software engineer             www.mbconcert.fi
MB Concert Ky                 kai.lautaportti at mbconcert.fi



More information about the Community mailing list