GithubHelp home page GithubHelp logo

browser-laptop-bootstrap's Introduction

browser-laptop-bootstrap

Everything you need to compile Muon and run Brave

  • fetches syncs code from all projects we define in package.json
    • fetches all 3rd party source code (Chromium) via depot_tools
    • sets the branch for Chromium (ex: 54.0.2840.100)
    • checks out Muon
    • checks out our fork of node as a dependency under Muon (along with other deps)
    • checks out browser-laptop
  • applies patches we have for 3rd party code (Chromium, node)

Please check out our wiki for build instructions and other information.

Running in Docker

You can compile muon for Linux using a Docker container.

First clone this repo and enter the repo directory:

git clone https://github.com/brave/browser-laptop-bootstrap.git
cd browser-laptop-bootstrap

Start Docker then build the image from the Dockerfile:

docker build -t blb .

And run it, mounting the appropriate directories:

docker run --rm -it -v $(pwd):/src -v $(pwd)/.sccache:/root/.cache/sccache blb

Dependencies are included in the image so there's no need to run ./src/build/install-build-deps.sh.

Now you can proceed with build scripts such as npm run init, npm run sync -- --all and npm run build -- --debug_build=true --official_build=false. See ./src/out for the results.

browser-laptop-bootstrap's People

Contributors

bbondy avatar bridiver avatar bsclifton avatar darkdh avatar diracdeltas avatar evq avatar hferreiro avatar jumde avatar ltilve avatar posix4e avatar

Watchers

 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.