Skip to content

Commit 03ac350

Browse files
authored
Remove boost from linux scripts, download_libs (#8306)
* Remove boost mentions from emscripten, macOS xcconfig, makefileCommon, msys2. * remove boost from ci linux scripts. * remove boost from dev scripts download and local_libs. * remove boost from linux install_dependencies.
1 parent 984c9c6 commit 03ac350

17 files changed

+11
-34
lines changed

libs/openFrameworksCompiled/project/emscripten/config.emscripten.default.mk

-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/openFrameworks/graphics/ofCairoRende
225225
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/openFrameworks/gl/ofGLRenderer.cpp
226226
# third party
227227
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/glew/%
228-
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/boost/include/boost/%
229228
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/videoInput/%
230229
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/fmod/%
231230
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/openssl/%

libs/openFrameworksCompiled/project/macos/CoreOF.xcconfig

-8
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ OF_CORE_FRAMEWORKS = -framework Accelerate -framework AGL -framework AppKit -fra
5555
//
5656

5757

58-
// BOOST can be enabled in OF Core by uncommenting this block
59-
//HEADER_BOOST = "$(OF_PATH)/libs/boost/include"
60-
//LIB_BOOST_SYSTEM = "$(OF_PATH)/libs/boost/lib/osx/boost_system.a"
61-
//LIB_BOOST_FS = "$(OF_PATH)/libs/boost/lib/osx/boost_filesystem.a"
62-
//LIB_BOOST = $(LIB_BOOST_SYSTEM) $(LIB_BOOST_FS)
63-
//OF_CORE_LIBS = $(inherited) $(LIB_BOOST)
64-
//OF_CORE_HEADERS = $(inherited) $(HEADER_BOOST)
65-
6658

6759
ALWAYS_SEARCH_USER_PATHS = NO
6860
DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING = YES

libs/openFrameworksCompiled/project/makefileCommon/config.linux.common.mk

-4
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/FreeImage/%
268268
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/assimp/%
269269
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/rtAudio/%
270270
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/openssl/%
271-
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/boost/%
272271
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/glfw/%
273272
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/curl/%
274273
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/uriparser/%
@@ -332,9 +331,6 @@ endif
332331
PLATFORM_LIBRARIES += freeimage
333332
ifeq ($(OF_USING_STD_FS),1)
334333
PLATFORM_LIBRARIES += stdc++fs
335-
# else
336-
# PLATFORM_LIBRARIES += boost_filesystem
337-
# PLATFORM_LIBRARIES += boost_system
338334
endif
339335
PLATFORM_LIBRARIES += pugixml
340336
PLATFORM_LIBRARIES += uriparser

libs/openFrameworksCompiled/project/msys2/config.msys2.default.mk

-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,6 @@ PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/FreeImage/%
190190
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/glm/%
191191
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/json/%
192192
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/openssl/%
193-
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/boost/%
194193
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/glfw/%
195194
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/curl/%
196195
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/pugixml/%
@@ -234,7 +233,6 @@ PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/utf8/%
234233
PLATFORM_LIBRARIES += ksuser opengl32 gdi32 msimg32 glu32 dsound winmm strmiids #dxguid
235234
PLATFORM_LIBRARIES += uuid ole32 oleaut32 setupapi wsock32 ws2_32 Iphlpapi Comdlg32
236235
PLATFORM_LIBRARIES += freeimage
237-
# PLATFORM_LIBRARIES += boost_filesystem-mt boost_system-mt
238236
PLATFORM_LIBRARIES += mf mfplat mfuuid mfreadwrite
239237
# PLATFORM_LIBRARIES += glfw3
240238

scripts/ci/linuxarmv7l/arch-bootstrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DEFAULT_REPO_URL="http://mirrors.kernel.org/archlinux"
3232
DEFAULT_ARM_REPO_URL="http://mirror.archlinuxarm.org"
3333

3434
PACMAN_PACKAGES_ARM=(
35-
acl archlinux-keyring attr bzip2 curl expat glibc gpgme libarchive libassuan libgpg-error libssh2 lzo openssl pacman pacman-mirrorlist xz zlib linux-raspberrypi linux-raspberrypi-headers libutil-linux linux-api-headers linux-firmware krb5 e2fsprogs keyutils libidn gcc-libs coreutils bash grep gawk file tar systemd sed gcc glibc coreutils systemd make pkg-config openal glew freeimage freetype2 libsndfile openssl mesa mesa-libgl fontconfig gstreamer gst-plugins-base gst-plugins-base-libs gst-plugins-good gst-plugins-bad gst-libav assimp boost cairo pixman libpng harfbuzz graphite libdrm libx11 xproto kbproto libxcb libxau libxdmcp libxext xextproto libxdamage damageproto libxfixes fixesproto libxxf86vm xf86vidmodeproto libxrender renderproto alsa-lib flex libxrandr libxi libxcursor libxshmfence wayland opencv uriparser curl libxml2 pugixml libpsl icu
35+
acl archlinux-keyring attr bzip2 curl expat glibc gpgme libarchive libassuan libgpg-error libssh2 lzo openssl pacman pacman-mirrorlist xz zlib linux-raspberrypi linux-raspberrypi-headers libutil-linux linux-api-headers linux-firmware krb5 e2fsprogs keyutils libidn gcc-libs coreutils bash grep gawk file tar systemd sed gcc glibc coreutils systemd make pkg-config openal glew freeimage freetype2 libsndfile openssl mesa mesa-libgl fontconfig gstreamer gst-plugins-base gst-plugins-base-libs gst-plugins-good gst-plugins-bad gst-libav assimp cairo pixman libpng harfbuzz graphite libdrm libx11 xproto kbproto libxcb libxau libxdmcp libxext xextproto libxdamage damageproto libxfixes fixesproto libxxf86vm xf86vidmodeproto libxrender renderproto alsa-lib flex libxrandr libxi libxcursor libxshmfence wayland opencv uriparser curl libxml2 pugixml libpsl icu
3636
)
3737
BASIC_PACKAGE_ARMS=(${PACMAN_PACKAGES_ARM[*]} filesystem)
3838

scripts/ci/linuxarmv7l/arch-bootstrap_downloadonly.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ trap 'error ${LINENO}' ERR
3535

3636
# Packages needed by pacman (see get-pacman-dependencies.sh)
3737
# PACMAN_PACKAGES=(
38-
# acl archlinux-keyring attr bzip2 curl expat glibc gpgme libarchive libassuan libgpg-error libssh2 lzo openssl pacman pacman-mirrorlist xz zlib linux-raspberrypi linux-raspberrypi-headers libutil-linux linux-api-headers linux-firmware krb5 e2fsprogs keyutils libidn gcc-libs gcc glibc coreutils systemd make pkg-config openal glew freeimage freetype2 libsndfile openssl mesa fontconfig gstreamer gst-plugins-base gst-plugins-base-libs gst-plugins-good gst-plugins-bad gst-libav assimp boost cairo pixman libpng harfbuzz graphite libdrm libx11 xproto kbproto libxcb libxau libxdmcp libxext xextproto libxdamage damageproto libxfixes fixesproto libxxf86vm xf86vidmodeproto libxrender renderproto alsa-lib flex libxrandr libxi libxcursor libxshmfence wayland opencv glib2 pcre libsystemd filesystem libcap libffi libx11 xorg-server libsm libice libxinerama libxrandr libxext randrproto libxi inputproto glfw-x11 xineramaproto uriparser curl libxml2 pugixml orc libpsl icu
38+
# acl archlinux-keyring attr bzip2 curl expat glibc gpgme libarchive libassuan libgpg-error libssh2 lzo openssl pacman pacman-mirrorlist xz zlib linux-raspberrypi linux-raspberrypi-headers libutil-linux linux-api-headers linux-firmware krb5 e2fsprogs keyutils libidn gcc-libs gcc glibc coreutils systemd make pkg-config openal glew freeimage freetype2 libsndfile openssl mesa fontconfig gstreamer gst-plugins-base gst-plugins-base-libs gst-plugins-good gst-plugins-bad gst-libav assimp cairo pixman libpng harfbuzz graphite libdrm libx11 xproto kbproto libxcb libxau libxdmcp libxext xextproto libxdamage damageproto libxfixes fixesproto libxxf86vm xf86vidmodeproto libxrender renderproto alsa-lib flex libxrandr libxi libxcursor libxshmfence wayland opencv glib2 pcre libsystemd filesystem libcap libffi libx11 xorg-server libsm libice libxinerama libxrandr libxext randrproto libxi inputproto glfw-x11 xineramaproto uriparser curl libxml2 pugixml orc libpsl icu
3939
# )
4040
PACMAN_PACKAGES=(
41-
make pkg-config gcc raspberrypi-firmware linux-raspberrypi linux-raspberrypi-headers linux-firmware krb5 openal glew freeglut freeimage freetype2 cairo poco gstreamer gst-plugins-base gst-plugins-good assimp boost libxcursor opencv assimp glfw-x11 uriparser curl pugixml
41+
make pkg-config gcc raspberrypi-firmware linux-raspberrypi linux-raspberrypi-headers linux-firmware krb5 openal glew freeglut freeimage freetype2 cairo poco gstreamer gst-plugins-base gst-plugins-good assimp libxcursor opencv assimp glfw-x11 uriparser curl pugixml
4242
)
4343
BASIC_PACKAGES=(${PACMAN_PACKAGES[*]} )
4444
EXTRA_PACKAGES=()

scripts/ci/linuxarmv7l/install.sh

-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ createArchImg(){
114114
gst-plugins-base \
115115
gst-plugins-good \
116116
assimp \
117-
boost \
118117
libxcursor \
119118
opencv \
120119
assimp \

scripts/ci/linuxrpi/multistrap.conf

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ debootstrap=OpenFrameworks
1111
packages=libudev-dev libasound2-dev libxmu-dev libxxf86vm-dev libgl1-mesa-dev libglu1-mesa-dev libraw1394-dev libudev-dev libdrm-dev libglew-dev libopenal-dev libsndfile-dev libfreeimage-dev libcairo2-dev libfreetype6-dev libssl-dev libpulse-dev libusb-1.0-0-dev libopencv-dev libegl1-mesa-dev libglvnd-dev libgles2-mesa-dev libassimp-dev librtaudio-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav gstreamer1.0-pulseaudio gstreamer1.0-x gstreamer1.0-plugins-bad gstreamer1.0-alsa gstreamer1.0-plugins-base gstreamer1.0-plugins-good liburiparser-dev libcurl4-openssl-dev libxml2-dev libpugixml-dev libpoco-dev libglfw3-dev libxrandr-dev libxinerama-dev libxcursor-dev freeglut3-dev libxi-dev liblapack-dev libblas-dev
1212

1313
# g++ base-files dbus dpkg dropbear initscripts iputils-ping isc-dhcp-client kmod login locales lsb-base lsb-release makedev netbase net-tools sysvinit-utils sysv-rc
14-
# libboost-filesystem-dev
1514
# libraspberrypi-dev raspberrypi-kernel-headers
1615
# libblas3 liblapack3
1716
# libopenblas-dev liblapack-dev

scripts/dev/download_libs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ cd download
338338
download "${PKGS[@]}"
339339

340340
cd ../ # back to libs
341-
libs=("boost" "cairo" "curl" "FreeImage" "brotli" "fmod" "freetype" "glew" "glfw" "json" "libpng" "openssl" "pixman" "poco" "rtAudio" "tess2" "uriparser" "utf8" "videoInput" "zlib" "opencv" "ippicv" "assimp" "libxml2" "svgtiny" "fmt")
341+
libs=("cairo" "curl" "FreeImage" "brotli" "fmod" "freetype" "glew" "glfw" "json" "libpng" "openssl" "pixman" "poco" "rtAudio" "tess2" "uriparser" "utf8" "videoInput" "zlib" "opencv" "ippicv" "assimp" "libxml2" "svgtiny" "fmt")
342342
if [ $OVERWRITE -eq 1 ]; then
343343
echo " "
344344
echo " Overwrite - Removing prior libraries for [$PLATFORM]"

scripts/dev/local_libs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ cd libs
216216

217217
if [ $OVERWRITE -eq 1 ]; then
218218
echo "Removing old libraries"
219-
libs=("boost" "cairo" "curl" "FreeImage" "freetype" "glew" "glfw" "json" "libpng" "openssl" "pixman" "poco" "rtAudio" "tess2" "uriparser" "utf8" "videoInput" "zlib" "opencv" "ippicv" "assimp" "libxml2" "svgtiny" "README.md")
219+
libs=("cairo" "curl" "FreeImage" "freetype" "glew" "glfw" "json" "libpng" "openssl" "pixman" "poco" "rtAudio" "tess2" "uriparser" "utf8" "videoInput" "zlib" "opencv" "ippicv" "assimp" "libxml2" "svgtiny" "README.md")
220220
for lib in $libs; do
221221
if [ -e $lib ]; then
222222
rm -rf $lib

scripts/linux/archlinux/install_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111

1212
ROOT=$(cd $(dirname $0); pwd -P)
1313

14-
pacman -S --needed make pkgconf gcc openal glew freeglut freeimage gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav opencv libxcursor assimp boost glfw-x11 uriparser curl pugixml rtaudio poco brotli
14+
pacman -S --needed make pkgconf gcc openal glew freeglut freeimage gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav opencv libxcursor assimp glfw-x11 uriparser curl pugixml rtaudio poco brotli
1515

1616
exit_code=$?
1717
if [ $exit_code != 0 ]; then

scripts/linux/archlinux_armv7/install_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515

1616
ROOT=$(cd $(dirname $0); pwd -P)
1717

18-
pacman -S --needed make pkg-config gcc openal glew freeglut freeimage freetype2 cairo poco gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav raspberrypi-firmware gst-omx-rpi assimp boost libxcursor opencv assimp glfw-x11 uriparser curl pugixml brotli
18+
pacman -S --needed make pkg-config gcc openal glew freeglut freeimage freetype2 cairo poco gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav raspberrypi-firmware gst-omx-rpi assimp libxcursor opencv assimp glfw-x11 uriparser curl pugixml brotli
1919

2020
downloader http://ci.openframeworks.cc/rtaudio-armv7hf.tar.bz2
2121
tar xjf rtaudio-armv7hf.tar.bz2 -C /

scripts/linux/chip/install_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737

3838

3939
echo "installing OF dependencies"
40-
apt-get install freeglut3-dev libasound2-dev libxmu-dev libxxf86vm-dev g++ libraw1394-dev libudev-dev libdrm-dev libglew-dev libopenal-dev libsndfile-dev libfreeimage-dev libcairo2-dev libfreetype6-dev libssl-dev libpulse-dev libusb-1.0-0-dev libgtk${GTK_VERSION}-dev libopencv-dev libassimp-dev librtaudio-dev libboost-filesystem-dev libglfw3-dev liburiparser-dev libcurl4-openssl-dev libpugixml-dev brotli
40+
apt-get install freeglut3-dev libasound2-dev libxmu-dev libxxf86vm-dev g++ libraw1394-dev libudev-dev libdrm-dev libglew-dev libopenal-dev libsndfile-dev libfreeimage-dev libcairo2-dev libfreetype6-dev libssl-dev libpulse-dev libusb-1.0-0-dev libgtk${GTK_VERSION}-dev libopencv-dev libassimp-dev librtaudio-dev libglfw3-dev liburiparser-dev libcurl4-openssl-dev libpugixml-dev brotli
4141
exit_code=$?
4242
if [ $exit_code != 0 ]; then
4343
echo "error installing dependencies, there could be an error with your internet connection"

scripts/linux/debian/install_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fi
3737

3838

3939
echo "installing OF dependencies"
40-
apt-get install freeglut3-dev libasound2-dev libxmu-dev libxxf86vm-dev g++ libgl1-mesa-dev libglu1-mesa-dev libraw1394-dev libudev-dev libdrm-dev libglew-dev libopenal-dev libsndfile-dev libfreeimage-dev libcairo2-dev libfreetype6-dev libssl-dev libpulse-dev libusb-1.0-0-dev libgtk${GTK_VERSION}-dev libopencv-dev libegl1-mesa-dev libgles1 libgles2-mesa-dev libassimp-dev librtaudio-dev libboost-filesystem-dev libglfw3-dev liburiparser-dev libcurl4-openssl-dev libpugixml-dev libpoco-dev libgconf-2-4 brotli
40+
apt-get install freeglut3-dev libasound2-dev libxmu-dev libxxf86vm-dev g++ libgl1-mesa-dev libglu1-mesa-dev libraw1394-dev libudev-dev libdrm-dev libglew-dev libopenal-dev libsndfile-dev libfreeimage-dev libcairo2-dev libfreetype6-dev libssl-dev libpulse-dev libusb-1.0-0-dev libgtk${GTK_VERSION}-dev libopencv-dev libegl1-mesa-dev libgles1 libgles2-mesa-dev libassimp-dev librtaudio-dev libglfw3-dev liburiparser-dev libcurl4-openssl-dev libpugixml-dev libpoco-dev libgconf-2-4 brotli
4141
exit_code=$?
4242
if [ $exit_code != 0 ]; then
4343
echo "error installing dependencies, there could be an error with your internet connection"

scripts/linux/el6/install_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fi
1212

1313
ROOT=$(cd $(dirname $0); pwd -P)
1414

15-
yum install -y freeglut-devel alsa-lib-devel libXmu-devel libXxf86vm-devel gcc-c++ libraw1394-devel gstreamer1-devel gstreamer1-plugins-base-devel libudev-devel libtheora-devel libvorbis-devel openal-soft-devel libsndfile-devel python-lxml glew-devel flac-devel freeimage-devel cairo-devel pulseaudio-libs-devel openssl-devel libusbx-devel gtk2-devel libXrandr-devel libXi-devel opencv-devel libX11-devel assimp-devel rtaudio-devel boost-devel gtk3-devel glfw-devel uriparser-devel curl-devel pugixml-devel brotli
15+
yum install -y freeglut-devel alsa-lib-devel libXmu-devel libXxf86vm-devel gcc-c++ libraw1394-devel gstreamer1-devel gstreamer1-plugins-base-devel libudev-devel libtheora-devel libvorbis-devel openal-soft-devel libsndfile-devel python-lxml glew-devel flac-devel freeimage-devel cairo-devel pulseaudio-libs-devel openssl-devel libusbx-devel gtk2-devel libXrandr-devel libXi-devel opencv-devel libX11-devel assimp-devel rtaudio-devel gtk3-devel glfw-devel uriparser-devel curl-devel pugixml-devel brotli
1616

1717
exit_code=$?
1818
if [ $exit_code != 0 ]; then

scripts/linux/fedora/install_dependencies.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ROOT=$(cd $(dirname $0); pwd -P)
1414

1515
# on older Fedora installs you might need to also do:
1616
# dnf install jack-audio-connection-kit-dbus
17-
dnf install freeglut-devel alsa-lib-devel libXmu-devel libXxf86vm-devel gcc-c++ libraw1394-devel gstreamer1-devel gstreamer1-plugins-base-devel libudev-devel libtheora-devel libvorbis-devel openal-soft-devel libsndfile-devel python-lxml glew-devel flac-devel freeimage-devel cairo-devel pulseaudio-libs-devel openssl-devel libusbx-devel gtk2-devel libXrandr-devel libXi-devel opencv-devel libX11-devel assimp-devel rtaudio-devel boost-devel gtk3-devel glfw-devel uriparser-devel curl-devel pugixml-devel poco-devel brotli
17+
dnf install freeglut-devel alsa-lib-devel libXmu-devel libXxf86vm-devel gcc-c++ libraw1394-devel gstreamer1-devel gstreamer1-plugins-base-devel libudev-devel libtheora-devel libvorbis-devel openal-soft-devel libsndfile-devel python-lxml glew-devel flac-devel freeimage-devel cairo-devel pulseaudio-libs-devel openssl-devel libusbx-devel gtk2-devel libXrandr-devel libXi-devel opencv-devel libX11-devel assimp-devel rtaudio-devel gtk3-devel glfw-devel uriparser-devel curl-devel pugixml-devel poco-devel brotli
1818

1919
exit_code=$?
2020
if [ $exit_code != 0 ]; then

scripts/linux/ubuntu/install_dependencies.sh

-6
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,12 @@ if [ $MAJOR_VERSION -lt 12 ]; then
8787
elif [ $MAJOR_VERSION -lt 13 ]; then
8888
add-apt-repository ppa:ubuntu-toolchain-r/test --yes
8989
add-apt-repository ppa:gstreamer-developers/ppa --yes
90-
# add-apt-repository ppa:boost-latest/ppa --yes
9190
CXX_VER=-4.9
92-
# BOOST_VER=1.55
9391
elif [[ $MAJOR_VERSION -lt 14 || ($MAJOR_VERSION -eq 14 && $MINOR_VERSION -eq 4) ]]; then
9492
add-apt-repository ppa:ubuntu-toolchain-r/test --yes
95-
# add-apt-repository ppa:boost-latest/ppa --yes
9693
CXX_VER=-4.9
97-
# BOOST_VER=1.55
9894
else
9995
CXX_VER=
100-
# BOOST_VER=
10196
fi
10297

10398
apt-get update
@@ -193,7 +188,6 @@ fi
193188

194189

195190
PACKAGES="make nlohmann-json3-dev libssl3 libcurl4 brotli libcurl4-openssl-dev libjack-jackd2-0 libjack-jackd2-dev freeglut3-dev libasound2-dev libxmu-dev libxxf86vm-dev g++${CXX_VER} libgl1-mesa-dev${XTAG} libglu1-mesa-dev libraw1394-dev libudev-dev libdrm-dev libglew-dev libopenal-dev libsndfile1-dev libfreeimage-dev libcairo2-dev libfreetype6-dev libssl-dev libpulse-dev libusb-1.0-0-dev ${LIB_GTK_DEV} libopencv-dev libassimp-dev librtaudio-dev libgstreamer${GSTREAMER_VERSION}-dev libgstreamer-plugins-base${GSTREAMER_VERSION}-dev ${GSTREAMER_FFMPEG} gstreamer${GSTREAMER_VERSION}-pulseaudio gstreamer${GSTREAMER_VERSION}-x gstreamer${GSTREAMER_VERSION}-plugins-bad gstreamer${GSTREAMER_VERSION}-alsa gstreamer${GSTREAMER_VERSION}-plugins-base gstreamer${GSTREAMER_VERSION}-plugins-good gdb ${GLFW_PKG} liburiparser-dev libpugixml-dev libgtk2.0-0 libpoco-dev libxcursor-dev libxi-dev libxinerama-dev libxml2-dev"
196-
# libgconf-2-4 libboost-filesystem${BOOST_VER}-dev
197191

198192
echo "installing OF dependencies"
199193
echo "OF needs to install the following packages using apt-get:"

0 commit comments

Comments
 (0)