{"id":8972,"date":"2024-01-27T21:06:59","date_gmt":"2024-01-27T20:06:59","guid":{"rendered":"https:\/\/andyland.info\/wordpress\/?p=8972"},"modified":"2024-02-05T19:49:28","modified_gmt":"2024-02-05T18:49:28","slug":"unattended-install-of-openframeworks-0-12-0-on-raspberry-pi-4","status":"publish","type":"post","link":"https:\/\/andyland.info\/wordpress\/unattended-install-of-openframeworks-0-12-0-on-raspberry-pi-4\/","title":{"rendered":"Unattended installation of openFrameworks 0.12.0 on Raspberry PI 4"},"content":{"rendered":"\n\n\n<p>These are the instructions to get openFrameworks 0.12.0 on a Raspberry Pi 4 with Raspberry Pi OS 64 bit. These commands are based on a completely new system; meaning: your RPI just booted into an x-desktop for the first time from a freshly written sd-card or USB-stick. The process of downloading and building openFrameworks will take ~35 minutes. It&#8217;s completely unattended. At the end of the process you will be greeted with a running example-app.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt-get clean -y<br>sudo apt-get update<br>sudo apt-get upgrade -y<br><br>URL=https:\/\/github.com\/openframeworks\/openFrameworks\/releases\/download\/0.12.0\/of_v0.12.0_linuxaarch64_release.tar.gz<br>curl -L -o ofx.tar.gz $URL<br>tar -xf ofx.tar.gz<br>rm ofx.tar.gz<br>mv of_* openFrameworks<br>cd openFrameworks<br>export OF_ROOT=$(pwd)<br>cd $OF_ROOT\/scripts\/linux\/debian\/<br>yes y| sudo .\/install_dependencies.sh<br>pkill yes<br># add jack for compiling midistuff<br>cd $OF_ROOT\/libs\/openFrameworksCompiled\/project\/makefileCommon\/<br>sed -i 's\/PLATFORM_PKG_CONFIG_LIBRARIES += libcurl\/PLATFORM_PKG_CONFIG_LIBRARIES += libcurl\\nPLATFORM_PKG_CONFIG_LIBRARIES += jack\/' config.linux.common.mk<br># make Release -C $OF_ROOT\/libs\/openFrameworksCompiled\/project<br>cd $OF_ROOT\/examples\/3d\/3DPrimitivesExample\/<br>#for ssh:<br>export DISPLAY=:0<br>make &amp;&amp; make RunRelease<br><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>These are the instructions to get openFrameworks 0.12.0 on a Raspberry Pi 4 with Raspberry Pi OS 64 bit. These commands are based on a completely new system; meaning: your RPI just booted into an x-desktop for the first time from a freshly written sd-card or USB-stick. The process of \u2026 <a class=\"continue-reading-link\" href=\"https:\/\/andyland.info\/wordpress\/unattended-install-of-openframeworks-0-12-0-on-raspberry-pi-4\/\"> Continue reading <span class=\"meta-nav\">&rarr; <\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_crdt_document":"","footnotes":"","_links_to":"","_links_to_target":""},"categories":[5,24],"tags":[475,417,58,474],"class_list":["post-8972","post","type-post","status-publish","format-standard","hentry","category-projekte","category-raspberry-pi","tag-linux","tag-openframeworks","tag-raspberry-pi-2","tag-unattended","odd"],"_links":{"self":[{"href":"https:\/\/andyland.info\/wordpress\/wp-json\/wp\/v2\/posts\/8972","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/andyland.info\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/andyland.info\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/andyland.info\/wordpress\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/andyland.info\/wordpress\/wp-json\/wp\/v2\/comments?post=8972"}],"version-history":[{"count":47,"href":"https:\/\/andyland.info\/wordpress\/wp-json\/wp\/v2\/posts\/8972\/revisions"}],"predecessor-version":[{"id":9026,"href":"https:\/\/andyland.info\/wordpress\/wp-json\/wp\/v2\/posts\/8972\/revisions\/9026"}],"wp:attachment":[{"href":"https:\/\/andyland.info\/wordpress\/wp-json\/wp\/v2\/media?parent=8972"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/andyland.info\/wordpress\/wp-json\/wp\/v2\/categories?post=8972"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/andyland.info\/wordpress\/wp-json\/wp\/v2\/tags?post=8972"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}