Closed tpapp closed 3 years ago
I had the same issue. So I used autotools compilation from the tag revelation-0.5.4.
Try with meson setup --prefix=$HOME/install _build
or even meson --prefix=$HOME/install _build
. I'll change the step in the readme file.
This two steps would be enough:
$ meson setup --prefix=$HOME/install _build
$ meson install -C _build
Following
README.md
onmaster
, I tried to build, gettingRevelation -
master
Revision: e19552dOperating System: Ubuntu 20.10 Desktop Env: XFCE Windowing System: X11