Skip to content

Instantly share code, notes, and snippets.

@idiotandrobot
Last active November 12, 2016 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idiotandrobot/bf4080f24d92221be3376dbc889adf89 to your computer and use it in GitHub Desktop.
Save idiotandrobot/bf4080f24d92221be3376dbc889adf89 to your computer and use it in GitHub Desktop.
Compiling Visual Studio Code on a Raspberry Pi
wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb
sudo apt-get install libx11-dev
git clone https://github.com/microsoft/vscode
cd vscode
git checkout 1.0.0
./scripts/npm.sh install --arch=armhf
./scripts/code.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment