-
Notifications
You must be signed in to change notification settings - Fork 1
AutoTools Installation
Mark Grant edited this page Jun 25, 2019
·
2 revisions
1 ... Download either the source or distribution tarball (the .tar.gz file) from:-
https://github.com/m-grant-prg/alarmclock-java/releases
2 ... Extract the tarball preserving the directory structure.
3 ... cd to the directory created.
4 ... If you downloaded the source tarball type 'autoreconf -if'
5(a) ... For Debian and closely related distros where support jar files are located in /usr/share/java:-
Type './configure --enable-atonly=yes'
Now skip to step (6).
5(b) ... For distros which do not store support jar files in /usr/share/java:-
Find the '/path/to/jars'
Type './configure STDJARLOC=/path/to/jars --enable-atonly=yes'
6 ... As root or sudo, type 'make install clean'
(Quote marks are for textual clarity only).
To uninstall the package:
1 ... cd to the directory created in the above install process.
2 ... As root or sudo, type 'make uninstall clean'