Keruspe/GPaste

unable to follow steps in readme

garryavx opened this issue · 1 comments

I cloned the repo, and in the readme it says to run ./autogen.sh and then ./configure --sysconfdir=/etc

these files dont exist. I searched the repo for them as well.

what am I missing?

marv commented

The autotools build system was recently dropped in favour of the meson based build system[1]

With meson the build steps are:

mkdir builddir
cd builddir
meson ..
ninja

[1] 67b779b