1
0
Fork 0
jebbatime/README.md

1.1 KiB

jebbatime

jebbatime is an operating system and application suite for the PineTime watch.

Build

To build.

  • Debian Buster (10).

Dependenices

Debian Packages

Install dependencies from Debian repos.

sudo apt install \
      wget git build-essential libsdl2-2.0-0 python3-click python3-gi \
      python3-numpy python3-pexpect python3-pil python3-pip python3-pydbus \
      python3-serial unzip \
      graphviz python3-recommonmark \
      python3-sphinx \
      python3-cairo \
      pkg-config \
      gcc-arm-none-eabi ccache \
      fonts-lobstertwo

ccache

Add to ~/.bashrc:

PATH=/usr/lib/ccache:$PATH

Source

Source sauce.

git clone git@spacecruft.org:jebbatime/jebbatime.git
# Or
git clone https://spacecruft.org/jebbatime/jebbatime.git
cd jebbatime

Python

Install Python dependencies with pip.

pip3 install --user -r wasp/requirements.txt
pip3 install --user freetype-py

Upstream

Fork

jebbatime is a lesser fork of Daniel Thompson's Wasp-os.

Source

Upstream source code: