pebble/devsite/source/sdk/install/linux.md
2025-02-24 18:58:29 -08:00

1.8 KiB

layout title description menu_subsection menu_platform generate_toc permalink
sdk/markdown Installing the Pebble SDK on Linux Detailed installation instructions for the Pebble SDK on Linux. install linux true /sdk/install/linux/

Important: The Pebble SDK is officially supported on Ubuntu GNU/Linux 12.04 LTS, Ubuntu 13.04, Ubuntu 13.10 and Ubuntu 14.04 LTS.

The SDK should also work on other distributions with minor adjustments.

Python version: the Pebble SDK requires Python 2.7. At this time, the Pebble SDK is not compatible with Python 3. However, some newer distributions come with both Python 2.7 and Python 3 installed, which can cause problems. You can use
python --version to determine which is being used. This means you may need to run pip2 instead of pip when prompted to do so below.

Download and install the Pebble SDK

{% include sdk/steps_install_sdk.md mac=false %}

{% include sdk/steps_python.md mac=false %}

Install Pebble emulator dependencies

The Pebble emulator requires some libraries that you may not have installed on your system.

sudo apt-get install libsdl1.2debian libfdt1 libpixman-1-0

{% include sdk/steps_getting_started.md %}

{% include sdk/steps_help.md %}