Closed severin-lemaignan closed 11 years ago
btw, qibuild list
also recommends to use qibuild create
:
$ qibuild list
[WARN ]: The worktree in /home/lemaigna/src/nao
does not contain any buildable project.
Please use:
* `qisrc init` to fetch some sources
* `qibuild create` to create a new qibuild project from scratch
* `qibuild convert` to convert an exixting CMake project to
a qibuild project
Both are fixed. Thanks :)
https://community.aldebaran-robotics.com/doc/qibuild/tutos/qibuild_in_five_minutes.html
One more occurence: http://www.aldebaran-robotics.com/documentation/dev/cpp/tutos/create_module.html
Btw, the issue has not been fixed everywhere: http://www.aldebaran-robotics.com/documentation/qibuild/qibuild_in_five_minutes.html
Aldebaran tutorial 'qiBuild in 5 min' starts with the creation of a project with
qibuild create
, but this command does not seem to exist anymore in GIT qiBuild.Replacement command (
qisrc create foo
) is not obvious to find.