Libzypp/Devel

From openSUSE


Getting started hacking libzypp

Setting up your development environment ( ZYPP 3.x series, openSUSE 10.3 )

Be sure to be subscribed to the zypp-devel mailing list when working on libzypp

First, check out the latest development code from the public subversion repository

svn co http://svn.opensuse.org/svn/zypp/trunk  
cd trunk

Then follow the build instructions to get the code compiled.

Now you can explore libzypp.

Setting up your development environment ( ZYPP 2.x series, openSUSE 10.2 )

Complete source code is available via subversion at https://svn.suse.de/svn/zypp/trunk.

Then follow the build instructions to get the code compiled.