figure002 / nextwall

A wallpaper rotator for the GNOME desktop.
GNU General Public License v3.0
7 stars 1 forks source link

Missing build items #2

Closed techhazard closed 7 years ago

techhazard commented 7 years ago

When trying to build:

The compiler and auto tools are missing: apt-get install build-essential automake check lib[...] (this should install autotools-dev as a dependency)

There is also no ./configure file after cloning which I would expect after compiling other C(++) programs from source. Take https://github.com/gcc-mirror/gcc as example

figure002 commented 7 years ago

I chose to not include generated files in the repository. This includes the configure script which can be easily created by following the instructions in the README. When distributing source packages, however, I would include the configure script.

I probably should include build-essential and automake in the requirements.