libdockapp: Info about generating 'configure' script in README
In the README it is said to run ./configure but there's no such script in the tarball. I wrote instructions to generate a ./configure with libtool and autotools.
This commit is contained in:
parent
4cbed06642
commit
582393e1ba
|
@ -9,8 +9,15 @@ Pascal G. Hofstee <daeron@windowmaker.org>
|
||||||
You must have libXpm library installed and the shape extension supported
|
You must have libXpm library installed and the shape extension supported
|
||||||
by your X server to be able to build and install libdockapp.
|
by your X server to be able to build and install libdockapp.
|
||||||
|
|
||||||
|
If you received this file in a tarball then you probably need to generate the
|
||||||
|
configuration environment yourself. You need libtool and autotools for this
|
||||||
|
purpose.
|
||||||
To compile libDockApp enter the libdockapp directory and type:
|
To compile libDockApp enter the libdockapp directory and type:
|
||||||
|
|
||||||
|
libtoolize
|
||||||
|
aclocal
|
||||||
|
autoconf
|
||||||
|
automake --add-missing
|
||||||
./configure
|
./configure
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue