2002-09-23 03:34:27 +08:00
|
|
|
<sect2>
|
2003-10-02 04:42:34 +08:00
|
|
|
<title>Installation of <application><acronym>GDM</acronym></application></title>
|
2002-09-23 03:34:27 +08:00
|
|
|
|
2003-10-02 04:42:34 +08:00
|
|
|
<para>Install <application><acronym>GDM</acronym></application> by running the following commands:</para>
|
2002-09-23 03:34:27 +08:00
|
|
|
|
2003-09-06 22:21:33 +08:00
|
|
|
<screen><userinput><command>groupadd gdm &&
|
2002-09-23 04:42:16 +08:00
|
|
|
useradd -c gdm -d /dev/null -g gdm -s /bin/bash gdm &&
|
2004-02-03 09:31:03 +08:00
|
|
|
./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
|
|
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin \
|
2004-02-03 04:59:28 +08:00
|
|
|
--sysconfdir=/etc/gnome --localstatedir=/var/lib \
|
|
|
|
--with-pam-prefix=/etc &&
|
2002-09-23 03:34:27 +08:00
|
|
|
make &&
|
2003-09-06 22:21:33 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-09-23 03:34:27 +08:00
|
|
|
|
|
|
|
</sect2>
|