Build tools
26 Jun 2015
###rc_init_ws This will initialize a Robocomp workspace in the current/specified directory.
rc_init_ws [path]
###rcbuild When invoked form workspace without any arguments if not inside source path, it will build all the non-ignored components inside the workspace, if inside any component source directory it will build only that component. But if a component is specified it will build it.
rcbuild [-h] [-i | --doc | --installdoc] [component]
The doc
will generate documentation, installdoc
will install the docs to install path, install
will build and install the components. currently you can only generate docs for one component at a time.
###rccomp This dosent have much functions as of now. rccomp list
will list all the components.
###rced when invoked as component-name file-name. it will open the the file in the component. if multiple files with same name exists, it will give choices and will ask you to choose one. It uses the editor specified in $EDITOR by default, if not present it will use vim
.