aboutsummaryrefslogtreecommitdiff
path: root/browser/README.md
blob: a69c4bde5c3f169521e5a5ef7de22d45d66a120f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This folder contains all the required material to build the browser. 


### Requirements
* Ubuntu or Linux Mint

### Notes
* As this script installs files during the build, it is recommended to run this script in a VM or installation dedicated to building. 
* You will occassionally need to enter your sudo password. Running this script as root has not been tested
* This script has been tested with Linux Mint 19.1

### Instructions
* Run build.sh inside this folder. 
* Packages will be saved in the 'build_output' folder
bgstack15