light
light copied to clipboard
Install by build: Configure file missing
It is mentioned in the readme that
If you download a stable release, these are the commands that will get you up and running:
tar xf light-x.yy.tar.gz
cd light-x.yy/
./configure && make
sudo make install
./configure does not exists in the latest release!
See https://github.com/haikarainen/light#manual
However the latest development branch requires some extras. Clone the repository and run the autogen.sh script. This requires that automake and autoconf is installed on your system. ...
I hope it helps you.
If the issue was indeed due to cloning the repo instead of downloading a release and forgetting to run autogen.sh
, we can consider this closed, right?
We need to update readme to reflect the changes, or preferably go back to a simpler build system without autoconf