Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 755 Bytes

Build.md

File metadata and controls

17 lines (15 loc) · 755 Bytes

How to build atom...

...on gitpod.

  1. fork atom
  2. insert gitpod.io/# before <link to your fork of atom> and go
  3. log in not described
  4. open the terminal if it's not open already using ctrl+`
  5. cancel the default gitpod installation in the terminal by clicking and ctrl+c
  6. run the following commands (see https://flight-manual.atom.io/hacking-atom/sections/hacking-on-atom-core/#platform-linux and atom/flight-manual.atom.io#683):
    clear
    nvm install 14
    sudo apt-get update
    sudo apt-get install build-essential git libsecret-1-dev fakeroot rpm libgtk-3-dev libx11-xcb-dev libxcb-dri3-dev libxkbfile-dev libxss-dev libxtst-dev
    ./script/build