aldebaran / qibuild

qiBuild: the meta build framework
http://doc.aldebaran.com/qibuild/index.html
BSD 3-Clause "New" or "Revised" License
66 stars 43 forks source link

[doc] 'qibuild create' does not exists anymore #19

Closed severin-lemaignan closed 11 years ago

severin-lemaignan commented 11 years ago

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.

severin-lemaignan commented 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
dmerejkowsky commented 11 years ago

Both are fixed. Thanks :)

https://community.aldebaran-robotics.com/doc/qibuild/tutos/qibuild_in_five_minutes.html

severin-lemaignan commented 11 years ago

One more occurence: http://www.aldebaran-robotics.com/documentation/dev/cpp/tutos/create_module.html

severin-lemaignan commented 11 years ago

Btw, the issue has not been fixed everywhere: http://www.aldebaran-robotics.com/documentation/qibuild/qibuild_in_five_minutes.html