Skip to content

Update README.md #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions 1_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@

Создадим toolchain с именем "desktop", указав вместо "path_to_SDK" путь до разархивированной папки "naoqi-sdk-2.8.2.15-linux64":

-> qitoolchain create desktop path_to_SDK/toolchain.xml
-> qitoolchain create linix-sdk path_to_SDK/toolchain.xml

Далее добавим конфигурацию в qibuild:

-> qibuild add-config desktop -t desktop
-> qibuild add-config linix-sdk -t linix-sdk

Для того, чтобы запускать код на роботе, необходимо компилировать его с помощью специального cross-toolchain (более подробная информация [тут](http://doc.aldebaran.com/qibuild/beginner/qibuild/aldebaran.html#qibuild-using-aldebaran-packages)).

Создадим toolchain с именем "robot", указав вместо "path_to_cross-toolchain" путь до разархивированной папки "ctc-linux64-atom-2.8.2.15":

-> qitoolchain create robot path_to_cross-toolchain/toolchain.xml
-> qitoolchain create atom-sdk path_to_cross-toolchain/toolchain.xml

Далее добавим конфигурацию в qibuild:

-> qibuild add-config robot -t robot
-> qibuild add-config atom-sdk -t atom-sdk

Более подробная информация о фреймворке qibuild [здесь](http://doc.aldebaran.com/qibuild/hacking/design/cmake/index.html#term-feed)

Expand Down