mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
e109eb00a8
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@681 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
406 B
XML
16 lines
406 B
XML
<sect2>
|
|
<title>Installation of gdm</title>
|
|
|
|
<para>Install gdm by running the following commands:</para>
|
|
|
|
<para><screen><userinput>groupadd gdm &&
|
|
useradd -c gdm -d /dev/null -g gdm -s /bin/bash gdm &&
|
|
./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome \
|
|
--localstatedir=/var/lib --with-pam-prefix=/etc &&
|
|
make &&
|
|
make install
|
|
</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|