Created
October 29, 2016 04:18
-
-
Save racerx/5a8a66b787ccc75949d9c8a9b1702c52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Author
racerx
commented
Oct 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment