Skip to content
Alessandro Febretti edited this page May 12, 2015 · 13 revisions

The Maintenance tools are a set of CMake scripts used to download, configure and build omegalib and its modules. They are designed to simplify repetitive or error-prone operations.

This document lists all currently available maintenance tools and information on their usage.

All tool command lines are in the form

omega <command>[.subcommand] [target] [option]

Where

  • command is the main command to execute
  • subcommand is an optional specifier for the main command
  • target is either a local directory containing an omegalib version or the name of a remote branch (depending on the command)
  • option is an optional argument supported by some commands.

You can type the name of a command without any arguments to get help about that command.

build

SYNTAX: omega build <local-dir> [debug] Builds a local omegalib copy

ARGUMENTS:

  • local-dir: name of local installation directory")
  • debug (optional): if specified, build in debug mode")

EXAMPLE: omega build master debug

Clone this wiki locally