ipop-project / Legacy-Documentation

[Deprecated] Documentation for releases 15.07 and earlier. Latest documentation can be found in https://github.com/ipop-project/ipop-project.github.io/wiki .
http://ipop-project.org/
59 stars 12 forks source link

Build binaries for following distros #3

Closed pstjuste closed 10 years ago

pstjuste commented 10 years ago

We need to build for the following distributions/operating systems

Ubuntu 12.04 (i686 & amd64) Debian 7 (i686 & amd64) Fedora 20 (i686 & amd64) CentOS 6 (i686 & amd64) RHEL 6.5 (i686 & amd64) Windows 7 (i686)

Using chroot and debootstrap will definitely facilitate the process.

bgw commented 10 years ago

If you can script your build process into a Makefile script, you can use Debian's build tools to make a .deb.

http://www.debian.org/doc/manuals/maint-guide/

I don't have experience with the other three platforms though.

thomdixon commented 10 years ago

You might find https://github.com/jordansissel/fpm helpful. Creating packages for the official repositories may be a different story, though.

pstjuste commented 10 years ago

Great find, this will definitely come in handy, at least in the beginning.

On Mon, Jan 27, 2014 at 8:33 AM, Thom Dixon notifications@github.comwrote:

You might find https://github.com/jordansissel/fpm helpful. Creating packages for the official repositories may be a different story, though.

— Reply to this email directly or view it on GitHubhttps://github.com/ipop-project/documentation/issues/3#issuecomment-33367355 .

Pierre St Juste