|
@@ -8,7 +8,10 @@ it comes with.</para>
|
|
|
|
|
|
<para>Install Binutils by running the following commands:</para>
|
|
|
|
|
|
-<para><screen><userinput>./configure --prefix=/usr --enable-shared &&
|
|
|
+
|
|
|
+<para><screen><userinput>mkdir ../binutils-build &&
|
|
|
+cd ../binutils-build &&
|
|
|
+../binutils-&binutils-version;/configure --prefix=/usr --enable-shared &&
|
|
|
make tooldir=/usr &&
|
|
|
make tooldir=/usr install &&
|
|
|
make tooldir=/usr install-info</userinput></screen></para>
|