libdockapp: Simplify instructions to generate a ./configure script.
Based on suggestions by Alexey Frolov and BALATON Zoltan.
This commit is contained in:
parent
582393e1ba
commit
796427153b
|
@ -14,10 +14,7 @@ configuration environment yourself. You need libtool and autotools for this
|
||||||
purpose.
|
purpose.
|
||||||
To compile libDockApp enter the libdockapp directory and type:
|
To compile libDockApp enter the libdockapp directory and type:
|
||||||
|
|
||||||
libtoolize
|
autoreconf -if
|
||||||
aclocal
|
|
||||||
autoconf
|
|
||||||
automake --add-missing
|
|
||||||
./configure
|
./configure
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue