mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-12 07:04:46 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@811 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
405 B
XML
15 lines
405 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>
|
|
|