brave/browser-laptop-bootstrap

Name: browser-laptop-bootstrap

Owner: Brave Software

Description: null

Created: 2016-11-09 02:20:38.0

Updated: 2018-05-20 06:49:50.0

Pushed: 2018-05-23 03:33:33.0

Homepage: null

Size: 239

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

browser-laptop-bootstrap

Everything you need to compile Muon and run Brave

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:

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

Start Docker then build the image from the Dockerfile:

er build -t blb .

And run it, mounting the appropriate directories:

er 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.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.