File: INSTALL

package info (click to toggle)
wdm 1.28-27.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,540 kB
  • sloc: ansic: 11,438; sh: 1,033; makefile: 377; perl: 32; cpp: 10
file content (443 lines) | stat: -rw-r--r-- 17,347 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
Basic Installation
==================

   The `configure' shell script attempts to guess correct values for
various system-dependent variables used during compilation.  It uses
those values to create a `Makefile' in each directory of the package.
It may also create one or more `.h' files containing system-dependent
definitions.  Finally, it creates a shell script `config.status' that
you can run in the future to recreate the current configuration, a file
`config.cache' that saves the results of its tests to speed up
reconfiguring, and a file `config.log' containing compiler output
(useful mainly for debugging `configure').

This package requires the following:

1. XFree86 installed (it was developed with 3.3.2)

2. WindowMaker >= 0.70.0 (for WINGs and wraster libraries and header files).
   There are no other dependencies on WindowMaker and wdm can run
   any other window manager such as AfterStep, icewm, BlackBox, etc.

3. autoconf => 2.53 for maintenance (any building)...
   (automake is not used any more)

4. libXft or libXft2 is required if you have compiled WINGs with Xft 
   support.
   

NOTE: The wdm tarball currently contains the xdm sources. They keeped for
   referential purposes only. It would be easier to update xdm base of
   wdm to newer xdm versions.

   If you need to do unusual things to compile the package, please try
to figure out how `configure' could check whether to do them, and mail
diffs or instructions to the address given in the `README' so they can
be considered for the next release.  If at some point `config.cache'
contains results you don't want to keep, you may remove or edit it.

   The file `configure.ac' is used to create `configure' by a program
called `autoconf'.  You only need `configure.ac' if you want to change
it or regenerate `configure' using a newer version of `autoconf'.

The simplest way to compile this package is:

  1. `cd' to the directory containing the package's source code and type
     `./configure' to configure the package for your system.  If you're
     using `csh' on an old version of System V, you might need to type
     `sh ./configure' instead to prevent `csh' from trying to execute
     `configure' itself.

     Running `configure' takes awhile.	While running, it prints some
     messages telling which features it is checking for.

     ./configure --help can be used to see what options are
     available.

     configure script will try to detect library to use for authentication.
     First it checks for pam. If pam library was not found than it checks for
     shadow. If shadow is not supported it falls back to looking in /etc/passwd.
     Any check can be disabled with --disable-pam or --diable-shadow option.
     Specifying --enable-pam or --enable-shadow will check only for requested
     library.
     
  2. Type `make' to compile the package.  A number of the configure options
     can be overriden (or just plain specified) on the make command line.

*****Examine (and optionally modify) the configuration files in
     ./configs directory

  3. Type `make install' to install the programs and any data files and
     documentation.  To install into a path other than that specified by
     ./configure --prefix=<...> (such as testing the install), you can
     use make DESTDIR=<...> install.  For exmaple:

     make DESTDIR=/tmp/wdm-root install

     will install the binaries into /tmp/wdm-root/usr/local/bin.

  4. You can remove all files created by make command in source code
     directory by typing `make clean'. To also remove the files created 
     by `configure' script type `make distclean'.

  5. Modify system initialization (/etc/inittab on RedHat Linux) to
     invoke wdm at system startup or start wdm (as root) with
     the following command line:

     wdm -nodaemon

     or

     wdm -nodaemon -config /usr/local/etc/wdm/wdm-config

     Please note:  if you start wdm "detached", you will be unable
     to actually terminate the wdm process.

     for Debian GNU/Linux systems, what I find easier is to modify
     /etc/init.d/xdm to launch wdm instead of xdm (if you don't need both)

     for RedHat based Linux systems, modify /etc/inittab the following way:
     ensure this file contains the following lines (don't duplicate existing
     lines beginning with 'id' or 'x', modify them in place):

     id:5:initdefault:
     x:5:respawn:/usr/local/bin/wdm -nodaemon

     for other systems, I don't know.

     By default, wdm installs into /usr/local/bin, /usr/local/man,
     /usr/local/etc/wdm (configuration files), and (if pam is enabled),
     /etc/pam.d

*****************************************

ATTENTION: According to Bevan Broun (bevanb@ee.uwa.edu.au) there's a problem
compiling wdm under Irix 6.5.2 because setpgrp needs no argument under Irix.
It's a problem in xdm's code, not wdm's code, so no patch was made by me (Jerome)
but the temporary solution is to modify the lines where setpgrp is called and
it works fine. A better solution would be to put some new autoconf/automake
test but I don't know how to do. If you're an autoconf guru don't hesitate to
help me :-)

	Jerome ALET - alet@unice.fr
	July 1st 1999
*****************************************

*** ./configure options more or less specific to wdm *********************

--prefix=PREFIX
	specifies the path prefix for installation [/usr/local/

--enable-debug
	sets parameters for debugging and (if they exist) the non-standard
	names for the debug versions of the WINGs libraries

--disable-pam
	disable check for pam.

--disable-shadow
	disable check for shadow

--with-pamdir=PAMDIR
	if PAM is enabled, this specifies the path for the PAM directory
	[/etc/pam.d]

--with-local
	use /usr/local/{bin,include,lib} paths appropriately

--with-logdir=PATH
	specifies the directory where the logfile goes

--with-runlockdir=PATH
	specify the directory where run lock goes

--with-defuserpath=PATHLIST
	specify list of paths for user sessions

--with-defsystempath=PATHLIST
	specify list of paths for superuser sessions

--with-wdmdir=PATH
	specify the full directory pathname for wdm's configuration files
	[/etc/X11/wdm]

--with-gfxdir=PATH
	specify the full directory pathname for pixmaps used for backgrounds
	and Logos. [/usr/share/pixmaps/wdm]

--with-Logo=PIXMAP_FILENAME
	specify a file to be loaded as the "logo" from the pixmap directory

--with-winmgr=NAME_OF_WM
	specify an arbitrary window manager

--with-winmgr_path=WINMGR_PATH
	specify path for the arbitrary window manager

--with-wmlist=LIST_OF_WMs
	specify a (colon separated) list of window managers which can be
	started ... overrides ./configure's search for window managers.

--with-nlsdir=PATH
	specify path where to look for locale specific .mo-files.

--with-fakeroot=PATH
	That option allows to change path that will be passed to wdmLogin
	in HOME environment variable. This is workaround for bug in
	fontconfig. By default it points to /var/run/wdm.

--enable-aafont
	Enable support for antialiased fonts. This will work only with
	post-0.80.2 cvs snapshots of libWINGs.

***NOTE***********************************************************NOTE****

Please examine (and modify if necessary) the Xsession* and Xclients* files
in the wdm config directory (by default: /usr/local/etc/wdm).  Also,
note that this files MUST be marked executable.	 These files are the
shell files which actually create the user's environment and start
the window manager.  The can also have a ~/.xsession or a ~/.Xclients file
in which case these files are executed (and MUST be marked executable).

In addition, review the other other files (especially wdm-config)
in the wdm config directory and change them as necessary for your
system.	 For example, if installing on a non Linux system such as
FreeBSD, you will need to change the parameters for the shutdown
commands.

You may also need to edit Xsession and Xclients to change how
the shell program is called and its parameters.

Xsession and Xclients are separate so that a user can create their own
version of Xclients and put it in their home directory as ~/.Xclients

./configure attempts to properly configure the files in wdm's config
directory but differences between systems can result in the need to
manually tailor these files for your system.  Please examine these
files before trying wdm.

**************************************************************************

Authentication options
======================

wdm supports three options:

   1. use pam if found and no --disable-pam option was specified in
      command line.

   2. use shadow if check for pam failed and no --disable-shadow
      option was specified at command line.

   3. use passwords from /etc/passwd.


Window Manager Options
======================

./configure and Xclients include startup code for a number of window managers.
This includes the programs named wmaker, afterstep, blackbox, icewm, xsession,
and kde (really startkde).  ./configure trys to locate these programs but
if not found Xclients will have their respective startup code commented out.

There are also two options for specifying an arbitrary window manager:
--with-winmgr=NAME and --with-winmgr_path=PATH.	 If specified, this name
will be added to the list of available window managers.

If --with-wmlist=<...> is used to specify a list of window manager program
names (colon separated), then be sure to check/modify Xsession and Xclients
so that the window managers start properly.

Graphics options
================

   wdm uses the WINGs and wraster libraries.  Therefore, ./configure
   should be run with the same graphic options you used to install
   WindowMaker.

   --with-Logo=<...> can be used to specify a Logo pixmap.

NOTE
====

1. The Xsession and Xclients distributed scripts are configured for
running on RedHat Linux 5.1.  If this is what you are running, it should
work.  Otherwise, they may need some modification.

2. The primary configuration file is wdm/wdm-config.  This is an
Xresource file.	 The new (added) options are:

DisplayManager*wdmLogin:	<locate of the Login program>
DisplayManager*wdmBg:		<background specification>
DisplayManager*wdmLogo:		<path of Logo pixmap>
DisplayManager*wdmWm:		<list of window managers separated by colons>
DisplayManager*wdmReboot:	<command to execute to reboot>
DisplayManager*wdmHalt:		<command to execute to halt>
DisplayManager*wdmVerify:	<true/false> -- Verify user for reboot/halt/exit
DisplayManager*wdmRoot:		<true/false> -- user must be verified root to exit
DisplayManager*wdmLoginConfig:	<path to configuration file for wdmLogin>
DisplayManager*wdmHelpFile:	<path to file displayed in help window>
DisplayManager*wdmAnimations:	<true/false> -- Enable animations for events.
DisplayManager*wdmLocale:	<locale to use with wdmLogin>
DisplayManager*wdmCursorTheme:  <XFree86 4.3.x cursor theme to use>
DisplayManager*wdmXineramaHead: <display on which login panel will appear>

background specifications:
	pixmap:full_path_to_background_pixmap
	solid:<a color>
	hgradient:<list of colors separated by commas>
	vgradient:<list of colors separated by commas>
	dgradient:<list of colors separated by commas>
		h=horizontal, v=vertical, d=diagonal
		multi-gradients.

3. wdmLogin program uses separate configuration file in proplist format.
Filename is defined with wdmLoginConfig resource in wdm-config file.
Here's example of that file with all options filled with default values.

{
	geometry = (530, 240);
	aa = no;
	multibyte = no;
}

"aa" and "multibyte" options available if wdm was compiled with --enable-aafont option.
"geometry" option can also have two addittional integers, that will specify screen 
position of login panel.  Like:
geometry = (530, 240, 50, 100);


Compilers and Options
=====================

   Some systems require unusual options for compilation or linking that
the `configure' script does not know about.  You can give `configure'
initial values for variables by setting them in the environment.  Using
a Bourne-compatible shell, you can do that on the command line like
this:
     CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure

Or on systems that have the `env' program, you can do it like this:
     env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure

Compiling For Multiple Architectures
====================================

   You can compile the package for more than one kind of computer at the
same time, by placing the object files for each architecture in their
own directory.	To do this, you must use a version of `make' that
supports the `VPATH' variable, such as GNU `make'.  `cd' to the
directory where you want the object files and executables to go and run
the `configure' script.	 `configure' automatically checks for the
source code in the directory that `configure' is in and in `..'.

   If you have to use a `make' that does not supports the `VPATH'
variable, you have to compile the package for one architecture at a time
in the source code directory.  After you have installed the package for
one architecture, use `make distclean' before reconfiguring for another
architecture.

Installation Names
==================

   By default, `make install' will install the package's files in
`/usr/local/bin', `/usr/local/man', etc.  You can specify an
installation prefix other than `/usr/local' by giving `configure' the
option `--prefix=PATH'.

   You can specify separate installation prefixes for
architecture-specific files and architecture-independent files.	 If you
give `configure' the option `--exec-prefix=PATH', the package will use
PATH as the prefix for installing programs and libraries.
Documentation and other data files will still use the regular prefix.

   There is a separate option to specify the location of wdm's
configuration directory: --with-wdmdir=<...>.  For example, if you
use --prefix=/usr/X11R6 but you want the configuration directory in
/etc/X11, use --with-wdm-dir=/etc/X11.

   There is also a special option for the pam directory --with-pamdir=.
Be default, the pam configuration file is installed in /etc/pam.d if
--enable-pam is specified.  Use --with-pamdir=<...> to put it somewhere else.

   In addition, if you use an unusual directory layout you can give
options like `--bindir=PATH' to specify different values for particular
kinds of files.	 Run `configure --help' for a list of the directories
you can set and what kinds of files go in them.

Optional Features
=================

   Some packages pay attention to `--enable-FEATURE' options to
`configure', where FEATURE indicates an optional part of the package.
They may also pay attention to `--with-PACKAGE' options, where PACKAGE
is something like `gnu-as' or `x' (for the X Window System).  The
`README' should mention any `--enable-' and `--with-' options that the
package recognizes.

   For packages that use the X Window System, `configure' can usually
find the X include and library files automatically, but if it doesn't,
you can use the `configure' options `--x-includes=DIR' and
`--x-libraries=DIR' to specify their locations.

Specifying the System Type
==========================

   There may be some features `configure' can not figure out
automatically, but needs to determine by the type of host the package
will run on.  Usually `configure' can figure that out, but if it prints
a message saying it can not guess the host type, give it the
`--host=TYPE' option.  TYPE can either be a short name for the system
type, such as `sun4', or a canonical name with three fields:
     CPU-COMPANY-SYSTEM

See the file `config.sub' for the possible values of each field.  If
`config.sub' isn't included in this package, then this package doesn't
need to know the host type.

   If you are building compiler tools for cross-compiling, you can also
use the `--target=TYPE' option to select the type of system they will
produce code for and the `--build=TYPE' option to select the type of
system on which you are compiling the package.

Sharing Defaults
================

   If you want to set default values for `configure' scripts to share,
you can create a site shell script called `config.site' that gives
default values for variables like `CC', `cache_file', and `prefix'.
`configure' looks for `PREFIX/share/config.site' if it exists, then
`PREFIX/etc/config.site' if it exists.	Or, you can set the
`CONFIG_SITE' environment variable to the location of the site script.
A warning: not all `configure' scripts look for a site script.

Operation Controls
==================

   `configure' recognizes the following options to control how it
operates.

`--cache-file=FILE'
     Use and save the results of the tests in FILE instead of
     `./config.cache'.	Set FILE to `/dev/null' to disable caching, for
     debugging `configure'.

`--help'
     Print a summary of the options to `configure', and exit.

`--quiet'
`--silent'
`-q'
     Do not print messages saying which checks are being made.	To
     suppress all normal output, redirect it to `/dev/null' (any error
     messages will still be shown).

`--srcdir=DIR'
     Look for the package's source code in directory DIR.  Usually
     `configure' can determine that directory automatically.

`--version'
     Print the version of Autoconf used to generate the `configure'
     script, and exit.

`configure' also accepts some other, not widely useful, options.