Package management

rcf_addpackage(packagename[version])

This function will obtain and add the specified package to the project.

Parameters:
  • packagename – Which package should be added to the project.
  • version – Specifies the version of the package.
rcf_register_package(name)

This function will register the specified package in the internal register and set the directory.

Parameters:
  • name – Which package should be registered.
rcf_register_package_repository(nameprotocolsource)

This function allows to register a 3rd party repository to the project.

Parameters:
  • name – Specify the name of the repository.
  • protocol – Which protocol should be used to obtain it? E.g. “git”.
  • source – Specify the location of the 3rd party repository.