Forked from racerx/pebble-install-on-bash-on-ubuntu-on-windows.txt
Created
November 16, 2021 03:29
-
-
Save felipepodesta/5f24b6f9cf848a0ffcb457d30c67f806 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment