Libzypp/Devel
From openSUSE
< Libzypp
Contents |
[edit]
Getting started hacking libzypp
| | Be sure to be subscribed to the zypp-devel mailing list when working on libzypp |
[edit]
Getting the source
Complete source code is available via Git.
| 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.
[edit]
Anonymous clone
git clone git://git.opensuse.org/projects/zypp/libzypp.git
[edit]
Authorized clone
git clone git@git.opensuse.org:projects/zypp/libzypp.git
[edit]
Web repository browsing
[edit]
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.

