Dillo 3.1.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 * tar xvjf dillo-3.1.0.tar.bz2 * cd dillo-3.1.0-rc1 * 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: 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 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 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.1.0/dillo - cd ~/src/dillo_ext/3.1.0/dillo - for dir in `sed 's/\/[^/]*$//g' ../../old/dillo.tcz.list | uniq`; do sudo mkdir -p "${dir#/}"; done - for file in `cat ../../old/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.1.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 libXcursor.tcz fltk-1.3.tcz dejavu-fonts-ttf.tcz mbedtls-lib.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 &