Giter VIP home page Giter VIP logo

ungoogled-chromium-build's Introduction

ungoogled-chromium-build

Portable Linux build and packaging for ungoogled-chromium to be published in the ungoogled-chromium-binaries web page found here.

The code is mainly adapted from the ungoogled-chromium-portablelinux repo (that didn't work for me and seems currently rather unmaintained).

building

execute docker-build.sh script in the root dir. This will

  • build a docker image with all needed node, llvm and distro packages to build chromium
  • start the docker image, mounts the current dir and runs build.sh in it, which executes the actual build process on ungoogled-chromium (download chromium source tar, unpack and patch it and execute ninja build on the result).

Note that the build takes about 6 hours (on my computer) and consumes about 15G of disk space (you may delete the target dir AFTER PACKAGING, see packaging)

The script accepts the following params:

  1. distro:release (defaults to 'debian:bullseye')
  2. major llvm toolchain version (defaults to '16')
  3. major node version (defaults to '18')

example: ./docker-build.sh ubuntu:yammy 15 19

Note that users of other distros than ubuntu or debian reported compatibility problems when i used ubuntu instead of debian as base image for builds. I therefor recommend to stick to debian base image.

packaging

After building, enter the package directory and excute package.sh. This will create a tar.xz and an AppImage file in the root dir. It takes about 2-3 minutes. You may use the prepare-publish.sh script to create commits in the ungoogled-chromium-binaries fork for a pull request in the origin ungoogled-chromium-binaries repo. Therefor adjust the paths at the beginning of the script to match the paths to the according repos in your filesystem.

ungoogled-chromium-build's People

Contributors

clickot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.