tce-load -i compiletc meson libxml2-dev sqlite3-dev glib-networking gobject-introspection-dev vala-dev libpsl-dev nghttp2-dev wget https://download.gnome.org/sources/libsoup/3.4/libsoup-3.4.4.tar.xz cd libsoup-3.4.4 sed 's/apiversion/soup_version/' -i docs/reference/meson.build mkdir build cd build CC="gcc -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe" CXX="g++ -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp -Os -pipe -fno-exceptions -fno-rtti" meson --prefix=/usr/local --localstatedir=/var --buildtype=plain -Dvapi=enabled -Dgssapi=disabled -Dsysprof=disabled --wrap-mode=nofallback ninja [2m 36.76s] sudo ninja install libsoup 3.4.4 Directories prefix : /usr/local libdir : lib datadir : share Features GSSAPI : false NTLM : false Brotli : false Translations : false GIR : true VAPI : true Documentation : false Testing All tests : true Tests requiring Apache: false Documentation tests : false Fuzzing tests : false Autobahn tests : false PKCS #11 tests : false Install tests : false Unix sockets : true User defined options buildtype : plain localstatedir : /var prefix : /usr/local wrap_mode : nofallback gssapi : disabled sysprof : disabled vapi : enabled