Git Product home page Git Product logo

cerbero's Introduction

***********
Description
***********

cerbero is a multi-platform build system for Open Source projects that builds
and creates native packages for different platforms, architectures and distributions.

Projects are defined using recipes files (.recipe), which provides a description
of the project being built such as name, version, licenses, sources and the way
it's built. It also provide listing of files, which is later used for the packaging.

Packages are defined using packages files (.package), describing the package name,
version, license, maintainer and other fields used to create the packages. A
package wraps a list of recipes, from which the list of files belonging to the
package will be extracted.


********************
Minimum Requirements
********************

cerbero provides bootstrapping facilities for all platforms, but it still needs a
minimum base to bootstrap

Linux
-----
On linux, you will only need a distribution with python >= 2.6 and python's argparse module,
which is already included in python2.7

OSX
---
On OSX you will need to have install the following software:
  * XCode
  * CMake: http://www.cmake.org/cmake/resources/software.html

Windows
-------
The initial setup on Windows is a little bit longer, but only a few programs are required.
  * Python2.7: https://www.python.org/downloads/
     IMPORTANT : Chose the 2.7 version. The 3.x versions are *not* supported
  * CMake: http://www.cmake.org/cmake/resources/software.html
  * Git: http://git-scm.com/download/win
     IMPORTANT: Select the install option "Checkout as-is, Commit as-is"
  * Msys/MinGW: http://sourceforge.net/projects/mingw/files/Installer/mingw-get-setup.exe/download
     Install it with all the options enabled
  * WiX 3.5: http://wix.codeplex.com/releases/view/60102

The Direct Show plugins still needs to be built using Microsoft's compiler and their SDK,
due to the dependency on the Direct Show base classes.
You need to install the following software:
  * Microsoft SDK 7.1: http://www.microsoft.com/en-us/download/details.aspx?id=8279
  * Windows Driver Kit 7.1.0: http://msdn.microsoft.com/en-us/windows/hardware/hh852365

cerbero must be run in the MingGW shell, which is accessible from the main menu.
The last step is making python and git available from the shell, for which you will need
to create a .profile file:
  $ echo "export PATH=\"\$PATH:/c/Python27:/c/Git/bin\"" > ~/.profile

Note that inside the shell, / is mapped to c:\Mingw\msys\1.0\


*****
Usage
*****

Bootstrap
---------
Before using cerbero for the first time, you will need to run the bootstrap command.
This command installs the missing parts of the build system using the packages manager
when available.
  $ cerbero bootstrap

Help
----
  $ cerbero --help

List available recipes
----------------------
  $ cerbero list

List available packages
-----------------------
  $ cerbero list-packages

Build a recipe
--------------
  $ cerbero build gtk+

Rebuild a single recipe
-----------------------
  $ cerbero buildone gtk+

Clean a recipe
--------------
  $ cerbero cleanone gtk+

Create a package
----------------
  $ cerbero package gstreamer-1.0


*******
License
*******

cerbero is released under the GNU Lesser General Public License, Version 2.1 (LGPLv2.1)


************
Dependencies
************

 * python >= 2.6
 * python-argparse

cerbero's People

Contributors

ylatuya avatar sdroege avatar andrunko avatar bilboed avatar nirbheek avatar tsaunier avatar adn770 avatar ndufresne avatar asoliverez-ccu avatar ocrete avatar ford-prefect avatar thaytan avatar ikonst avatar bvibber avatar lubosz avatar xclaesse avatar mjhowell avatar tp-m avatar vhdirk avatar gkiagia avatar lucianafujii avatar vccu avatar glunardi avatar jrosssavant avatar drakkan avatar tmatth avatar zaheerm avatar

Watchers

Osui avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.