Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sntulix/0944fa5d46b0a395611b56860c713f89 to your computer and use it in GitHub Desktop.
Save sntulix/0944fa5d46b0a395611b56860c713f89 to your computer and use it in GitHub Desktop.
g++ main.cpp BI2-10_A.cpp -o BI2-10_A libs/openFrameworksCompiled/lib/linuxarmv7l/libopenFrameworks.a libs/tess2/lib/linuxarmv7l/libtess2.a libs/kiss/lib/linuxarmv7l/libkiss.a -I/usr/include/cairo -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/include/gstreamer-1.0 `./listup_include_dir.sh` -Ilibs/tess2/include -Ilibs/utf8/include -Ilibs/glm/include -Ilibs/json/include -Ilibs/kiss/include -lfreetype -lfontconfig -lboost_system -lboost_filesystem -lsndfile -lopenal -lpthread -L/usr/lib/aarch64-linux-gnu/ao/plugins-4 -lalsa -lGL -lGLEW -lglut -lglfw -lX11 -lmpg123 `pkg-config gstreamer-app-1.0 --libs` `pkg-config gstreamer-video-1.0 --libs` -lglib-2.0 `pkg-config libcurl --libs` `pkg-config cairo --libs` -lfreeimage `pkg-config liburiparser --libs`
##!/bin/sh
# listup_include_dir.sh
#echo \
#"-Ilibs/openFrameworks \
#-Ilibs/openFrameworks/3d \
#-Ilibs/openFrameworks/app \
#-Ilibs/openFrameworks/communication \
#-Ilibs/openFrameworks/events \
#-Ilibs/openFrameworks/gl \
#-Ilibs/openFrameworks/graphics \
#-Ilibs/openFrameworks/math \
#-Ilibs/openFrameworks/sound \
#-Ilibs/openFrameworks/types \
#-Ilibs/openFrameworks/utils \
#-Ilibs/openFrameworks/video"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment