CarnetApp / CarnetGTK

Python + GTK version of carnet
GNU General Public License v3.0
28 stars 1 forks source link

Sync with NC #4

Open werdahias opened 3 years ago

werdahias commented 3 years ago

I managed to build it, but I cannot create a new note. Furthermore, a sync option for nextcloud would be good.

Build Instructions:

install build dep: sudo apt install appstream-util desktop-file-utils pkg-config meson ninja-build clang libc++-dev libc++abi-dev python3-pip python3-yaml python3-ply python3-jinja2

pip install webdavclient3

CC=clang CXX=clang++ meson build
ninja -C build
sudo ninja -C build install
werdahias commented 2 years ago

Also libhandy is needed for running the build