wmclock: Update documentation.
In particular, document installation changes after switch to autotools and change maintainer to Window Maker Developers.
This commit is contained in:
parent
43310c6524
commit
16de20111c
|
@ -1,57 +1,49 @@
|
|||
# INSTALL: how to install wmclock
|
||||
# created 1999-Apr-10 jmk
|
||||
|
||||
____________________________
|
||||
|O| Installing wmclock |X|
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
The procedure for installing wmclock is relatively simple; it depends
|
||||
on imake, which ships with most systems which include the X Window
|
||||
System.
|
||||
The procedure for installing wmclock is relatively simple.
|
||||
|
||||
(1) Run the `configure' script to configure the language support that
|
||||
(1) Create the `configure' script:
|
||||
|
||||
autoreconf -i
|
||||
|
||||
(2) Run the `configure' script to configure the language support that
|
||||
is built into wmclock. For example:
|
||||
|
||||
./configure --lang english
|
||||
./configure --with-lang=english
|
||||
|
||||
For a list of the available languages, use:
|
||||
|
||||
./configure --help
|
||||
|
||||
The configure script also creates a Makefile out of the Imakefile
|
||||
using xmkmf.
|
||||
Note that if no language it given, `english' is chosen as the default.
|
||||
|
||||
(2) Compile:
|
||||
(3) Compile:
|
||||
|
||||
make
|
||||
|
||||
You may specify the C compiler to use and additional command-line
|
||||
options for the C compiler using the `CC' and `CDEBUGFLAGS'
|
||||
options for the C compiler using the `CC' and `CFLAGS'
|
||||
variables, respectively. For example:
|
||||
|
||||
make CC=clang CDEBUGFLAGS='-O4 -march=pentium2'
|
||||
make CC=clang CFLAGS='-O4 -march=pentium2'
|
||||
|
||||
|
||||
(3) Test wmclock:
|
||||
(4) Test wmclock:
|
||||
|
||||
./wmclock
|
||||
|
||||
(If it appears to work as expected, *don't dock it*. Wait until
|
||||
after you've installed it).
|
||||
|
||||
(4) Install:
|
||||
(5) Install:
|
||||
|
||||
su
|
||||
make install
|
||||
make install.man
|
||||
|
||||
Optionally, install all the month and weekday pixmaps for use
|
||||
with the `-monthxpm' and `-weekdayxpm' options:
|
||||
|
||||
make install.share
|
||||
|
||||
(5) You're done. See the README file accompanying this one for
|
||||
(6) You're done. See the README file accompanying this one for
|
||||
instructions on installing wmclock into Window Maker's dock.
|
||||
|
||||
--
|
||||
Bruce Cran <bruce@bluestop.org>
|
||||
Window Maker Developers Team <wmaker-dev@lists.windowmaker.org>
|
|
@ -1,6 +1,3 @@
|
|||
# README: notes about wmclock
|
||||
# created 1999-Apr-10 jmk
|
||||
|
||||
_______________________
|
||||
|O| About wmclock |X|
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
@ -138,4 +135,4 @@ other dealings in the software.
|
|||
Your mileage may vary. Eat your vegetables.
|
||||
|
||||
--
|
||||
Bruce Cran <bruce@bluestop.org>
|
||||
Window Maker Developers Team <wmaker-dev@lists.windowmaker.org>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([wmclock], [1.0.14])
|
||||
AC_INIT([wmclock], [1.0.14], [wmaker-dev@lists.windowmaker.org])
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
AC_CONFIG_SRCDIR([configure.ac])
|
||||
AC_PROG_CC
|
||||
|
|
Loading…
Reference in a new issue