|
@@ -17,6 +17,15 @@ deprecated headers.</para>
|
|
|
<para><screen><userinput>./configure --prefix=/tools --with-shared \
|
|
|
--without-debug --without-ada</userinput></screen></para>
|
|
|
|
|
|
+<para>The meaning of the configure options:</para>
|
|
|
+
|
|
|
+<itemizedlist>
|
|
|
+<listitem><para><userinput>--without-ada</userinput>: This tells ncurses not
|
|
|
+to build it's Ada bindings, even if an Ada compiler is installed on the host.
|
|
|
+This must be done because once we enter the chroot, Ada will no longer be
|
|
|
+available.</para></listitem>
|
|
|
+</itemizedlist>
|
|
|
+
|
|
|
<para>Compile the programs and libraries:</para>
|
|
|
|
|
|
<para><screen><userinput>make </userinput></screen></para>
|