Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. wget --no-check-certificate -O - https://static.rust-lang.org/rustup.sh | sh
  2.  
  3. sudo apt-get install autoconf2.13 libgtk-3-dev mercurial llvm-4.0 clang-4.0
  4. libgconf2-dev libdbus-glib-1-dev libpulse-dev yasm build-essential libgtk2.0-dev
  5. libxt-dev
  6.  
  7. cd $HOME && hg clone https://hg.mozilla.org/mozilla-central
  8.  
  9. cd $HOME/mozilla-central && ./mach build
  10.  
  11. cd $HOME/mozilla-central && ./mach run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement