Skip to content

Instantly share code, notes, and snippets.

@stephanschulz
Created January 2, 2020 19:09
Show Gist options
  • Save stephanschulz/d22a7c4fe2c1451bf057b811d1d1f84c to your computer and use it in GitHub Desktop.
Save stephanschulz/d22a7c4fe2c1451bf057b811d1d1f84c to your computer and use it in GitHub Desktop.
Stephan-2:guiExample stephanschulz$ make PLATFORM_ARCH=armv6l Release -j4
HOST_OS=Darwin
VER ID IS 0
using legacy build
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal libcurl glfw3 rtaudio gtk+-3.0 libmpg123
with PKG_CONFIG_LIBDIR=/Volumes/xtools-build-env/rpi-root/usr/lib/pkgconfig:/Volumes/xtools-build-env/rpi-root/usr/lib/arm-linux-gnueabihf/pkgconfig:/Volumes/xtools-build-env/rpi-root/usr/share/pkgconfig
Compiling OF library for Release
HOST_OS=Darwin
VER ID IS 0
using legacy build
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal libcurl glfw3 rtaudio gtk+-3.0 libmpg123
with PKG_CONFIG_LIBDIR=/Volumes/xtools-build-env/rpi-root/usr/lib/pkgconfig:/Volumes/xtools-build-env/rpi-root/usr/lib/arm-linux-gnueabihf/pkgconfig:/Volumes/xtools-build-env/rpi-root/usr/share/pkgconfig
HOST_OS=Darwin
VER ID IS 0
using legacy build
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal libcurl glfw3 rtaudio gtk+-3.0 libmpg123
with PKG_CONFIG_LIBDIR=/Volumes/xtools-build-env/rpi-root/usr/lib/pkgconfig:/Volumes/xtools-build-env/rpi-root/usr/lib/arm-linux-gnueabihf/pkgconfig:/Volumes/xtools-build-env/rpi-root/usr/share/pkgconfig
HOST_OS=Darwin
VER ID IS 0
using legacy build
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal libcurl glfw3 rtaudio gtk+-3.0 libmpg123
with PKG_CONFIG_LIBDIR=/Volumes/xtools-build-env/rpi-root/usr/lib/pkgconfig:/Volumes/xtools-build-env/rpi-root/usr/lib/arm-linux-gnueabihf/pkgconfig:/Volumes/xtools-build-env/rpi-root/usr/share/pkgconfig
Done!
Compiling guiExample for Release
HOST_OS=Darwin
VER ID IS 0
using legacy build
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal libcurl glfw3 rtaudio gtk+-3.0 libmpg123
with PKG_CONFIG_LIBDIR=/Volumes/xtools-build-env/rpi-root/usr/lib/pkgconfig:/Volumes/xtools-build-env/rpi-root/usr/lib/arm-linux-gnueabihf/pkgconfig:/Volumes/xtools-build-env/rpi-root/usr/share/pkgconfig
HOST_OS=Darwin
VER ID IS 0
using legacy build
checking pkg-config libraries: cairo zlib gstreamer-app-1.0 gstreamer-1.0 gstreamer-video-1.0 gstreamer-base-1.0 libudev freetype2 fontconfig sndfile openal libcurl glfw3 rtaudio gtk+-3.0 libmpg123
with PKG_CONFIG_LIBDIR=/Volumes/xtools-build-env/rpi-root/usr/lib/pkgconfig:/Volumes/xtools-build-env/rpi-root/usr/lib/arm-linux-gnueabihf/pkgconfig:/Volumes/xtools-build-env/rpi-root/usr/share/pkgconfig
compiling done
to launch the application
cd bin
./guiExample
- or -
/Applications/Xcode.app/Contents/Developer/usr/bin/make RunRelease
Stephan-2:guiExample stephanschulz$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment