Skip to content

aldebaran/qibuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

662c01d · Nov 8, 2016
Oct 22, 2015
Nov 8, 2016
Apr 6, 2016
Feb 25, 2014
Nov 8, 2016
Oct 19, 2013
Nov 8, 2016
Feb 3, 2015
Nov 27, 2015
Dec 19, 2012
Aug 9, 2011
Oct 22, 2015
Dec 3, 2015
Feb 3, 2015
Dec 2, 2015
Jun 30, 2015
Jul 17, 2015
Jan 2, 2014
Oct 22, 2015
Jun 30, 2015
Nov 8, 2016
Dec 4, 2015
Nov 8, 2016

Repository files navigation

qiBuild

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

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