mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 01:27:16 +08:00
0b4b61a9f1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@467 af4574ff-66df-0310-9fd7-8a98e5e911e0
14 lines
249 B
XML
14 lines
249 B
XML
<sect2>
|
|
<title>Installation of Guile</title>
|
|
|
|
<para>Install Guile by running the following commands:</para>
|
|
|
|
<para><screen><userinput>
|
|
./configure --prefix=/usr &&
|
|
make &&
|
|
make install
|
|
</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|