Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu/Debian quick install reminder #180

Open
PtyMatt opened this issue Oct 29, 2023 · 1 comment
Open

Ubuntu/Debian quick install reminder #180

PtyMatt opened this issue Oct 29, 2023 · 1 comment

Comments

@PtyMatt
Copy link

PtyMatt commented Oct 29, 2023

A tested Ubuntu/Debian copy pasta, if you don't want to loose too much time searching all the good packages ;)

cd
sudo apt update
sudo apt upgrade -y
sudo apt install -y git libssl-dev make cmake build-essential libcurlpp-dev libusb-1.0-0-dev libcurl4-openssl-dev libprotoc-dev pkg-config libtool autoconf libprotobuf-c-dev
git clone https://github.com/ryanbinns/ttwatch && cd ttwatch
mkdir build && cd build
cmake .. && make && sudo make install
echo $? # should return 0!

Then follow the instruction to access your watch as non root user + for my part ttwatch --set-formats=gpx as export format as it is a common one for others activity tracking services.

@Almorca
Copy link

Almorca commented Feb 11, 2024

I have a problem with lib-protobuf.
protobuf_c_message_get_packed_size and other functions are not found when I do make install with Ubuntu 22.04.3 LTS and all package installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants