Build Dillo web browser on Debian PowerPC 64:


*Dillo only supports HTML and https, CSS support is limited and no Javascipt support at all.
  1. sudo apt install gcc g++ autoconf automake make zlib1g-dev libfltk1.3-dev libssl-dev libc6-dev libpng-dev libjpeg-dev libwebp-dev libbrotli-dev
  2. wget https://github.com/dillo-browser/dillo/releases/download/v3.2.0/dillo-3.2.0.tar.gz
  3. tar xvf dillo-3.2.0.tar.gz
  4. cd dillo-3.2.0
  5. mkdir build && cd build
  6. ../configure
  7. make -j$(nproc)
  8. sudo make install
Sources:
Date: November 9th 2025


Back

© 2019 to 2025 Branden Gilfoil & © up to 2025 for respective owners.