

- Brave web browser android source code how to#
- Brave web browser android source code install#
- Brave web browser android source code update#
If you are using port 8080 for something else (e.g. Portīrave uses port 8080 to communicate between its client and server sides by default. If this does not work, please clear out your ~/.electron first and try again.
Brave web browser android source code update#
Some errors related to brave/electron update can be fixed by doing a clean install: rm -rf node_modules/ To run the webdriver tests: npm run watch-test or npm run watch-all Now actually run Brave in another terminal npm start One terminal can be used just to watch for changes to the code npm run watch To run a development version of the browser requires a few steps. Some platforms are available as pre-configured VMs. TroubleshootingĪdditional notes on troubleshooting installation issues are in the Troubleshooting page in the Wiki.
Brave web browser android source code install#
Instead of npm install you may also install with yarn. If this fails on Linux with an error related to ad-block, try updating to Node 6.1 and node-gyp 3.3.1 (see discussion at ) Install the Node (v5+) dependencies: npm install Git clone the working directory: cd browser-laptop Git clone https: ///brave/browser-laptop # For devs over SSH: Git clone -depth 1 https: ///brave/browser-laptop # For devs over HTTPS: On Fedora dnf install libgnome-keyring-devel rpm-buildĭnf group install "Development Tools" "C Development Tools and Libraries" InstallationĬlone the git repository from GitHub: # For beta testers: Node-gyp 3.3.1 sudo npm install -g node-gyp Debian/Ubuntu apt- get install libgnome-keyring-dev build-essential Install from your package manager or download from If you're setting up using Windows, please see the Building on Windows wiki entry for a full walkthrough.įor other platforms (macOS, Linux) You'll need certain packages installed before you can build and run Brave locally. See docs/translations.md to learn how you can help us with translations (localization).See docs/debugging.md for information on debugging.
Brave web browser android source code how to#
