<!--toc--> |
|
## Official Repositories |
|
The following Repositories are maintained by |
the CppCMS developers |
|
### Apt-Get Repositories |
|
There are apt-get repositories for Debian and Ubuntu distributions. |
|
- Ubuntu distributions: oneiric, precise |
- Debian distributions: squeezy |
- Ubuntu distributions: oneiric, precise, quantal |
- Debian distributions: squeeze |
- Architectures: i386, amd64 |
- Packages: libcppcms1, libcppcms-dev, cppcms-tools |
- Sources: cppcms |
|
For Ubuntu: |
|
deb http://apt.cppcms.com/ precise main |
deb-src http://apt.cppcms.com/ precise main |
deb http://apt.cppcms.com/ quantal main |
deb-src http://apt.cppcms.com/ quantal main |
|
For Debian |
|
deb http://apt.cppcms.com/ squeezy main |
deb-src http://apt.cppcms.com/ squeezy main |
deb http://apt.cppcms.com/ squeeze main |
deb-src http://apt.cppcms.com/ squeeze main |
|
|
If you are using other versions you can install any |
of the two source repositories above and create your |
own packages easily: |
|
apt-get source cppcms |
apt-get build-dep cppcms |
cd cppcms-X.Y.Z |
dpkg-buildpackage |
|
### RPM Repositories |
|
The packages are build using Open Build Service: |
|
- Distributions: Fedora 16 and 17, Centos 6, Open Suse 11.4 and 12.1 |
- Architectures: x86, x86\_64 |
- Packages: libcppcms, libcppcms-devel, cppcms-tools |
- Sources: cppcms |
|
<http://download.opensuse.org/repositories/home:/artyom-beilis/> |
|
|
In order to configure the repository, download the `home:artyom-beilis.repo` file from the directory that |
fits your distribution and put it under `/etc/yum.repos.d/` as `cppcms.repo`. |
|
Then run |
|
yum install libcppcms-devel |
|
## Unofficial Repositories |
|
These repositories are created by different contributors |
that are not part of the CppCMS project. The build may |
differ from the official CppCMS policy |
|
### Gentoo |
|
CppCMS is available in the sunrise overlay. |
|
Installation (first add the sunrise overlay <http://overlays.gentoo.org/proj/sunrise>): |
|
emerge -uNDv dev-cpp/cppcms |