source: ProjectBuilder/devel/website/downloads.shtml

Last change on this file was 2647, checked in by Bruno Cornec, 4 years ago

Update Web site for 0.16.1 delivery

File size: 14.0 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" xml:lang="en" lang="en">
3 <head>
4 <!--#include virtual="head.shtml" -->
5 </head>
6 <body>
7 <!--#set var="curpage" value="downloads.shtml" -->
8 <!--#include virtual="top.shtml" -->
9 <h1>Download Project-Builder.org</h1>
10 <div class="h2-1">
11 <h2>This is Free/Libre Software</h2>
12 </div>
13 <p>Copyright (c) 2007-today
14 Project-Builder.org is a copyrighted work, written by Bruno Cornec, delivered under the GPLv2.</p>
15 <p>
16This program is <a href="http://www.fsf.org/philosophy/free-sw.html">free software</a>; you can redistribute it and/or modify it under the terms of the <a href="http://www.fsf.org/copyleft/gpl.html">GNU General Public License</a> version 2, as published by the <a href="http://www.fsf.org/">Free Software Foundation</a>.<br/>
17This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.</p>
18
19 <div class="h2-2">
20 <h2>Mirrors</h2>
21 </div>
22 <p><A NAME="mirrors"></A>
23 <p>We are interested in up to date mirrors for both the Web and FTP sites. Please contact us on the <a href="/support.shtml">mailing list</a>.
24 <ul>
25 <li><b>Europe</b>:
26 <ul>
27 <li><i>France</i>:</li>
28 <ul>
29 <li>HP/Intel Solution Center:
30 <a href="http://www.project-builder.org">Web site</a>,
31 <a href="ftp://ftp.project-builder.org">Ftp site (ftp)</a>
32 <ul>
33 <li>Update times: Master site</li>
34 <li>Internet Bandwith: 10Mbit</li>
35 </ul>
36 </li>
37 </ul>
38 </ul>
39 </ul>
40
41 <div class="h2-3">
42 <h2>Dependencies</h2>
43 </div>
44 <p><A NAME="dependencies"></A>
45 <p>The solution is written in <a href="http://www.perl.org">perl</a> and developed on a <a href="http://www.mageia.org/">Mageia</a> <a href="http://www.gnu.org/">Gnu</a>/<a href="http://www.kernel.org/">Linux</a> distribution. For it to work, you will need some perl modules and tools:</p>
46<ul>
47<li><b>Mail::Sendmail</b> (only needed if managing announces)</li>
48<li><b>Date::Manip</b></li>
49<li><b>Module::Build</b></li>
50<li><b>File::MimeInfo</b></li>
51<li><b>File::Basedir</b></li>
52<li><b>KVM/QEMU</b>: the tool to create and use Virtual Machines</li>
53<li><b>debootstrap</b>: the tool to create and use Virtual Environment for deb based distros</li>
54<li><b><a href="ftp://ftp.project-builder.org/src">rpmbootstrap</a></b>: Tool to build Virtual Environments (chroot) for RPM based distros, part of our project</li>
55<li><b><a href="ftp://ftp.project-builder.org/src">pb</a></b>: the package build tool itself</li>
56</ul>
57
58<p>For Mageia distributions, just use the magic:<br>
59<tt>urpmi project-builder</tt>
60to use the native packages of your distribution, or download the <a href="ftp://ftp.project-builder.org/mageia/">repo file</a> pb.addmedia script and launch it if you want to use upstream packages.
61</p>
62<p>For Mandriva/Mandrake distributions, after downloading the the <a href="ftp://ftp.project-builder.org/mandriva/">repo file</a> pb.addmedia script and launch it if you want to use upstream packages and then just use the magic:<br>
63<tt>urpmi project-builder</tt>
64</p>
65<p>For Fedora distributions, after downloading the <a href="ftp://ftp.project-builder.org/fedora/">repo file</a> pb.repo and adding it to the /etc/yum.repos.d directory, just use the magic:<br>
66<tt>yum|dnf install project-builder</tt>. For more help refer to <a href="http://trac.project-builder.org/wiki/Repositories#InstallingfromYUM">Yum installation section</a>
67</p>
68<p>For OpenSUSE distributions, after downloading the <a href="ftp://ftp.project-builder.org/opensuse/">repo file</a> pb.repo and adding it to the /etc/zypp.repos.d directory, just use the magic:<br>
69<tt>zypper install project-builder</tt>
70</p>
71<p>
72For Debian/Ubuntu, just use the magic: <br>
73<tt>apt-get install project-builder</tt></p>
74to use the native packages of your distribution, or download the <a href="ftp://ftp.project-builder.org/debian/">repo file</a> pb.sources.list and add it to your /etc/apt/sources.list.d directory if you want to use upstream packages.
75For more help refer to <a href="http://trac.project-builder.org/wiki/Repositories#InstallingfromAPT">APT installation section</a>
76<p>
77For the other RPM based distributions, you will have to issue a <br>
78<tt>rpm -ivh *.rpm</tt><br>
79in the directory containing all the required packages, and solve dependancies manually.
80</p>
81
82 <div class="h2-4">
83 <h2>Downloads</h2>
84 </div>
85 <p>Project-Builder.orgs FTP site is available at <a href="ftp://ftp.project-builder.org">ftp://ftp.project-builder.org</a></p>
86
87<h3>Source code</h3>
88<ul>
89 <li>tarballs are available under <a href="ftp://ftp.project-builder.org/src">ftp://ftp.project-builder.org/src</a></li>
90 <li>Subversion browing available at <a href="http://trac.project-builder.org/browser/">http://trac.project-builder.org/browser/</a></li>
91 <li>Anonymous SVN Subversion check out of the project available with the following instruction set: <pre><tt>svn checkout svn://svn.project-builder.org/pb/devel</tt></pre></li>
92</ul>
93
94<h3>Packages</h3>
95
96<p>All the Project-Builder.org are built thanks to the <a href="http://trac.project-builder.org">Project-Builder.org</a> tool. What else ;-)</p>
97<p>Most of the time, you'll be able to download directly the packages suited for your distribution. Currently we provide packages for :
98<ul>
99 <li>RedHat <a href="ftp://ftp.project-builder.org/redhat/7.3">7.3</a>, <a href="ftp://ftp.project-builder.org/redhat/9">9</a>.</li>
100 <li>Fedora <a href="ftp://ftp.project-builder.org/fedora/4">Core 4</a>, <a href="ftp://ftp.project-builder.org/fedora/5">Core 5</a>, <a href="ftp://ftp.project-builder.org/fedora/6">Core 6</a>, <a href="ftp://ftp.project-builder.org/fedora/7">7</a>, <a href="ftp://ftp.project-builder.org/fedora/8">8</a>, <a href="ftp://ftp.project-builder.org/fedora/9">9</a>, <a href="ftp://ftp.project-builder.org/fedora/10">10</a>, <a href="ftp://ftp.project-builder.org/fedora/11">11</a>, <a href="ftp://ftp.project-builder.org/fedora/12">12</a>, <a href="ftp://ftp.project-builder.org/fedora/13">13</a>, <a href="ftp://ftp.project-builder.org/fedora/14">14</a>, <a href="ftp://ftp.project-builder.org/fedora/15">15</a>, <a href="ftp://ftp.project-builder.org/fedora/16">16</a>, <a href="ftp://ftp.project-builder.org/fedora/17">17</a>, <a href="ftp://ftp.project-builder.org/fedora/18">18</a>, <a href="ftp://ftp.project-builder.org/fedora/19">19</a>, <a href="ftp://ftp.project-builder.org/fedora/20">20</a>, <a href="ftp://ftp.project-builder.org/fedora/21">21</a>, <a href="ftp://ftp.project-builder.org/fedora/22">22</a>, <a href="ftp://ftp.project-builder.org/fedora/23">23</a>, <a href="ftp://ftp.project-builder.org/fedora/24">24</a>, <a href="ftp://ftp.project-builder.org/fedora/25">25</a>, <a href="ftp://ftp.project-builder.org/fedora/26">26</a>, <a href="ftp://ftp.project-builder.org/fedora/27">27</a>, <a href="ftp://ftp.project-builder.org/fedora/28">28</a>, <a href="ftp://ftp.project-builder.org/fedora/29">29</a>. <a href="ftp://ftp.project-builder.org/fedora/30">30</a>. <a href="ftp://ftp.project-builder.org/fedora/31">31</a>, <a href="ftp://ftp.project-builder.org/fedora/32">32</a>.</li>
101 <li>RedHat Enterprise Linux <a href="ftp://ftp.project-builder.org/rhel/2.1">2.1</a>, <a href="ftp://ftp.project-builder.org/rhel/3">3</a>, <a href="ftp://ftp.project-builder.org/rhel/4">4</a>, <a href="ftp://ftp.project-builder.org/rhel/5">5</a>, <a href="ftp://ftp.project-builder.org/rhel/6">6</a>, <a href="ftp://ftp.project-builder.org/rhel/7">7</a>, <a href="ftp://ftp.project-builder.org/rhel/8">8</a>.</li>
102 <li>CentOS <a href="ftp://ftp.project-builder.org/centos/5">5</a>, <a href="ftp://ftp.project-builder.org/centos/6">6</a>, <a href="ftp://ftp.project-builder.org/centos/7">7</a>, <a href="ftp://ftp.project-builder.org/centos/8">8</a>. (The same packages can be used for other RHEL clones such as OEL, Scientific Linux, ...)</li>
103 <li>Mageia <a href="ftp://ftp.project-builder.org/mageia/1">1</a>, <a href="ftp://ftp.project-builder.org/mageia/2">2</a>, <a href="ftp://ftp.project-builder.org/mageia/3">3</a>, <a href="ftp://ftp.project-builder.org/mageia/4">4</a>, <a href="ftp://ftp.project-builder.org/mageia/5">5</a>, <a href="ftp://ftp.project-builder.org/mageia/6">6</a>, <a href="ftp://ftp.project-builder.org/mageia/7">7</a>. (Those packages are also available directly upstream in Mageia)</li>
104 <li>Mandriva <a href="ftp://ftp.project-builder.org/mandrake/10.1">10.1</a>, <a href="ftp://ftp.project-builder.org/mandrake/10.2">10.2</a>, <a href="ftp://ftp.project-builder.org/mandriva/2006.0">2006.0</a>, <a href="ftp://ftp.project-builder.org/mandriva/2007.0">2007.0</a>, <a href="ftp://ftp.project-builder.org/mandriva/2007.1">2007.1</a>., <a href="ftp://ftp.project-builder.org/mandriva/2008.0">2008.0</a>, <a href="ftp://ftp.project-builder.org/mandriva/2008.1">2008.1</a>, <a href="ftp://ftp.project-builder.org/mandriva/2009.0">2009.0</a>, <a href="ftp://ftp.project-builder.org/mandriva/2009.1">2009.1</a>, <a href="ftp://ftp.project-builder.org/mandriva/2010.0">2010.0</a>, <a href="ftp://ftp.project-builder.org/mandriva/2010.1">2010.1</a>.</li>
105 <li>OpenSuSE <a href="ftp://ftp.project-builder.org/suse/10.0">10.0</a>, <a href="ftp://ftp.project-builder.org/suse/10.1">10.1</a>, <a href="ftp://ftp.project-builder.org/suse/10.2">10.2</a>, <a href="ftp://ftp.project-builder.org/suse/10.3">10.3</a>, <a href="ftp://ftp.project-builder.org/opensuse/11.0">11.0</a>, <a href="ftp://ftp.project-builder.org/opensuse/11.1">11.1</a>, <a href="ftp://ftp.project-builder.org/opensuse/11.2">11.2</a>, <a href="ftp://ftp.project-builder.org/opensuse/11.3">11.3</a>, <a href="ftp://ftp.project-builder.org/opensuse/11.4">11.4</a>, <a href="ftp://ftp.project-builder.org/opensuse/12.1">12.1</a>, <a href="ftp://ftp.project-builder.org/opensuse/12.2">12.2</a>, <a href="ftp://ftp.project-builder.org/opensuse/12.3">12.3</a>, <a href="ftp://ftp.project-builder.org/opensuse/13.1">13.1</a>, <a href="ftp://ftp.project-builder.org/opensuse/13.2">13.2</a>, <a href="ftp://ftp.project-builder.org/opensuse/15.0">15.0</a>, <a href="ftp://ftp.project-builder.org/opensuse/15.1">15.1</a>, <a href="ftp://ftp.project-builder.org/opensuse/15.2">15.2</a>, <a href="ftp://ftp.project-builder.org/opensuse/42.1">42.1</a>, <a href="ftp://ftp.project-builder.org/opensuse/42.2">42.2</a>, <a href="ftp://ftp.project-builder.org/opensuse/42.3">42.3</a>. Look also at <a href="http://www.mikenjane.net/~mike/">this</a> web page for SuSE details. <a href="http://packman.links2linux.org/">Packman</a> may have some useful additional packages.
106 <li>SuSE Linux Enterprise Server <a href="ftp://ftp.project-builder.org/sles/9">9</a>, <a href="ftp://ftp.project-builder.org/sles/10">10</a>, <a href="ftp://ftp.project-builder.org/sles/11">11</a>, <a href="ftp://ftp.project-builder.org/sles/12">12</a>, <a href="ftp://ftp.project-builder.org/sles/15">15</a>,.</li>
107 <li>Asianux <a href="ftp://ftp.project-builder.org/asianux/2">2</a>, <a href="ftp://ftp.project-builder.org/asianux/3">3</a>.</li>
108 <li>Debian <a href="ftp://ftp.project-builder.org/debian/3.1">3.1</a>, <a href="ftp://ftp.project-builder.org/debian/4.0">4.0</a>, <a href="ftp://ftp.project-builder.org/debian/5.0">5.0</a>, <a href="ftp://ftp.project-builder.org/debian/6.0">6.0</a>, <a href="ftp://ftp.project-builder.org/debian/7">7</a>, <a href="ftp://ftp.project-builder.org/debian/8">8</a>, <a href="ftp://ftp.project-builder.org/debian/9">9</a>, <a href="ftp://ftp.project-builder.org/debian/10">10</a>. Look also at <a href="http://www.desknow.com/desknow/directfiles/aleidenfrost/mr-debs-unofficial/index.html">this</a> web page for Debian details.</li>
109 <li>Ubuntu <a href="ftp://ftp.project-builder.org/ubuntu/6.04">6.04</a>, <a href="ftp://ftp.project-builder.org/ubuntu/7.04">7.04</a>, <a href="ftp://ftp.project-builder.org/ubuntu/7.10">7.10</a>, <a href="ftp://ftp.project-builder.org/ubuntu/8.04">8.04</a>, <a href="ftp://ftp.project-builder.org/ubuntu/8.10">8.10</a>, <a href="ftp://ftp.project-builder.org/ubuntu/9.04">9.04</a>, <a href="ftp://ftp.project-builder.org/ubuntu/9.10">9.10</a>, <a href="ftp://ftp.project-builder.org/ubuntu/10.04">10.04</a>, <a href="ftp://ftp.project-builder.org/ubuntu/10.10">10.10</a>, <a href="ftp://ftp.project-builder.org/ubuntu/11.04">11.04</a>, <a href="ftp://ftp.project-builder.org/ubuntu/11.10">11.10</a>, <a href="ftp://ftp.project-builder.org/ubuntu/12.04">12.04</a>, <a href="ftp://ftp.project-builder.org/ubuntu/12.10">12.10</a>, , <a href="ftp://ftp.mondorescue.org/ubuntu/13.04">13.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/13.10">13.10</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/14.04">14.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/14.10">14.10</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/15.04">15.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/15.10">15.10</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/16.04">16.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/16.10">16.10</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/17.04">17.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/17.10">17.10</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/18.04">18.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/18.10">18.10</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/19.04">19.04</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/19.10">19.10</a>, <a href="ftp://ftp.mondorescue.org/ubuntu/20.04">20.04</a>.</li>
110 <li>Gentoo <a href="ftp://ftp.project-builder.org/gentoo/nover">nover</a>.
111 <!--
112 <li>Slackware <a href="ftp://ftp.project-builder.org/slackware/10.2">10.2</a>, <a href="ftp://ftp.project-builder.org/slackware/11.0">11.0</a>.
113 -->
114</ul>
115
116<p>Test packages are also on the <a href="ftp://ftp.project-builder.org/test">ftp</a> site for people wanting to test latest versions and report their success/failures.</p>
117
118 <!--#include virtual="bottom.shtml" -->
119 </body>
120</html>
Note: See TracBrowser for help on using the repository browser.