Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save racerx/5a8a66b787ccc75949d9c8a9b1702c52 to your computer and use it in GitHub Desktop.
Save racerx/5a8a66b787ccc75949d9c8a9b1702c52 to your computer and use it in GitHub Desktop.
RacerX
10/26/2016
WSL pebble building
Windows 10 Pro Insider Preview
Build 14931.rs_prerelease.160916-1700
get X11 for windows
https://sourceforge.net/projects/xming/
get pebble sdk
wget https://s3.amazonaws.com/assets.getpebble.com/pebble-tool/pebble-sdk-4.5-linux64.tar.bz2
install SDK as instructions on pebble dev state and make sure to install the needed packages for qemu to work!
update the npm client ins WSL
sudo npm cache clean -f
sudo npm -g install npm
# Get latest version of node in WSL
curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
apt-get install -y nodejs
# update pebble sdk to 4.2.1
pebble sdk install 4.2.1
using pebble install emulator:
DISPLAY=:0 pebble install --emulator basalt
using pebble install phone:
pebble install --phone your.ip.add.ress
@racerx
Copy link
Author

racerx commented Oct 29, 2016

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment