This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#based from https://gist.github.com/sntulix/6de8daf9178548fbb89186a59f3e9430 | |
#https://wiki.blender.org/wiki/Building_Blender/Linux/Ubuntu | |
apt update | |
apt install -y sudo ### | |
apt install -y gcc g++ make cmake | |
apt install -y git subversion | |
apt install -y libx11-dev libxxf86vm-dev libxcursor-dev libxi-dev libxrandr-dev libxinerama-dev libglew-dev |