Libzypp/Devel

From openSUSE


Contents

Getting started hacking libzypp

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

Getting the source

Complete source code is available via Git.

  • For generic git instructions see here.
  • For generic git.opensuse.org git instructions see here.
Version:
HEAD
ZYpp 6.x / openSUSE Factory
Version:
11.1
ZYpp 5.x / openSUSE 11.1
Version:
11.0
ZYpp 4.x / openSUSE 11.0
Version:
10.3
ZYpp 3.x / openSUSE 10.3
Version:
10.2
ZYpp 2.x / openSUSE 10.2
Version:
10.1
ZYpp 1.x / openSUSE 10.1


First, check out the latest development code from the public subversion repository.
And look for the right branch.

Anonymous clone

git clone git://git.opensuse.org/projects/zypp/libzypp.git

Authorized clone

git clone git@git.opensuse.org:projects/zypp/libzypp.git

Web repository browsing


Building the source

Then follow the build instructions to get the code compiled.

Version:
HEAD
ZYpp 6.x / openSUSE Factory build instructions
Version:
11.1
ZYpp 5.x / openSUSE 11.1 build instructions
Version:
11.0
ZYpp 4.x / openSUSE 11.0 build instructions
Version:
10.3
ZYpp 3.x / openSUSE 10.3 build instructions
Version:
10.2
ZYpp 2.x / openSUSE 10.2 build instructions
Version:
10.1
ZYpp 1.x / openSUSE 10.1 build instructions

Now you can explore libzypp.