Dillo 3.2.0 for TC 15 x86_64 Earlier build notes http://tinycorelinux.net/10.x/x86_64/tcz/src/dillo/dillo.tcz.build-dep http://tinycorelinux.net/11.x/x86_64/tcz/src/dillo/dillo.tcz.build-dep64 * Install extensions: compiletc squashfs-tools fltk-1.3-dev mbedtls-dev libwebp1-dev * tar xvjf dillo-3.2.0.tar.bz2 * cd dillo-3.2.0 * export CFLAGS="-mtune=generic -Os -fno-asynchronous-unwind-tables -flto -fuse-linker-plugin -pipe" CXXFLAGS="-mtune=generic -Os -fno-asynchronous-unwind-tables -flto -fuse-linker-plugin -fno-exceptions -fno-rtti -pipe" LDFLAGS="-Wl,-O1" * ./configure --prefix=/usr/local --enable-tls --disable-openssl --enable-ipv6 --localstatedir=/var --with-ca-certs-file=/usr/local/etc/ssl/certs/ca-certificates.crt --with-ca-certs-dir=/usr/local/etc/ssl/certs Configuration summary: CC : gcc CFLAGS : -mtune=generic -Os -fno-asynchronous-unwind-tables -flto -fuse-linker-plugin -pipe -DENABLE_IPV6 -DD_DNS_THREADED -D_REENTRANT -D_THREAD_SAFE -Wall -W -Wno-unused-parameter -pedantic -std=c99 -D_POSIX_C_SOURCE=200112L CXX : g++ CXXFLAGS: -mtune=generic -Os -fno-asynchronous-unwind-tables -flto -fuse-linker-plugin -fno-exceptions -fno-rtti -pipe -Wall -W -Wno-unused-parameter -fno-rtti -fno-exceptions -pedantic -std=c++11 -D_POSIX_C_SOURCE=200112L TLS enabled: yes TLS library: mbedTLS TLS flags : -lmbedtls -lmbedx509 -lmbedcrypto Cookies enabled: yes XEmbed enabled : yes RTFL enabled : no JPEG enabled : yes PNG enabled : yes GIF enabled : yes SVG enabled : yes WEBP enabled : yes HTML tests : no * make * src/dillo * sudo make DESTDIR=/tmp/dillo install-strip * split into dillo.tcz, dillo-doc.tcz based on files included in earlier extensions. - mkdir -p ~/src/dillo_ext/3.2.0/dillo - cd ~/src/dillo_ext/3.2.0/dillo - for dir in `sed 's/\/[^/]*$//g' ../../3.1.0/dillo.tcz.list | uniq`; do sudo mkdir -p "${dir#/}"; done - for file in `cat ../../3.1.0/dillo.tcz.list`; do sudo mv /tmp/dillo/"${file#/}" "${file#/}"; done - Note files not found. -- Repeat for dillo-doc - tree -ap /tmp/dillo - move remaining files to appropriate locations (files not found earlier are a hint) - cd /tmp/dillo - find -type f - Finds any files missed. - cd .. - sudo rm -R dillo - cd ~/src/dillo_ext/3.2.0/ - sudo chown -R root:root * * Generate file lists: for dir in `find -maxdepth 1 -mindepth 1 -type d`; do cd $dir; find usr ! -type d | sed "s/^/\//g" > ../$dir.tcz.list; cd ..; done * Generate extensions and checksums: * for dir in `find -maxdepth 1 -mindepth 1 -type d`; do mksquashfs $dir ${dir#./}.tcz; md5sum ${dir#./}.tcz > ${dir#./}.tcz.md5.txt; done * Make dillo.tcz.dep: wget.tcz fltk-1.3.tcz dejavu-fonts-ttf.tcz mbedtls3-lib.tcz libwebp1.tcz * HTTPS test websites: https://check-tls.akamaized.net/ https://www.ssllabs.com/ * Copy dillo.tcz (+ dep, md5) to "tce/optional". * tce-load -i dillo * dillo &