vbarbaresi / qibuild

qiBuild: the meta build framework

Home Page:http://doc.aldebaran.com/qibuild/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qiBuild

http://img.shields.io/pypi/v/qibuild.png https://travis-ci.org/aldebaran/qibuild.svg?branch=master

qiBuild is a collection of command-line tools to help development of multiple projects.

It contains:

  • qibuild : compilation of C++ projects made easy, using CMake as a backend
  • qitoolchain: managing cross-toolchains and pre-compiled packages
  • qisrc: managing several git projects
  • qidoc: managing documentation written using Sphinx or Doxygen
  • qipy: managing Python projects depending on C++ projects using virtualenv as a backend

Please refer to the documentation for more information.

qibuild is under a BSD-style license that can be found in the COPYING file. Any contribution is more than welcome ;)

git repository

http://github.com/aldebaran/qibuild

Mailing list

https://groups.google.com/a/aldebaran-robotics.com/group/qibuild-dev/topics

IRC channel

Join us on #qi on freenode.

Documentation

http://doc.aldebaran.com/qibuild/

Installation

Requirements: Python 2.7 with pip

Just run:

pip install qibuild

qiBuild contains work from

About

qiBuild: the meta build framework

http://doc.aldebaran.com/qibuild/index.html

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 81.1%Language:CMake 17.0%Language:C++ 1.3%Language:C 0.4%Language:Makefile 0.1%Language:Shell 0.1%Language:Nix 0.0%