У нас вы можете посмотреть бесплатно RAPIO Tutorial 4: General Cross Compiling with a Linux Docker или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Tutorial for building RAPIO or other code in a Docker container, where the build is on the host but compiled and ran using the container environment. Note: You could use the USER ability in Docker for some of this, I wanted to be able to switch on the fly for developer convenience. It might be better say on a windows box where 'id -u' isn't available. Contents 0:00 - Introduction 0:50 - Why use a cross compile docker? 2:26 - Folder layout, input, output and host algorithm folder 4:35 - Building the Docker 9:42 - Preparing to run container 13:00 - First login to container 16:25 - Run an alg on container and host 19:43 - Create run your new algorithm 26:30 - Gotchas confusing container and host 28:51 - Building doxygen with container 34:40 - End