How To Compile Everything: Difference between revisions

Content added Content deleted
imported>Geofft
No edit summary
imported>Paulproteus
Line 30: Line 30:
** To set a prefix, run <code>./configure --prefix=''/home/geofft''</code>.
** To set a prefix, run <code>./configure --prefix=''/home/geofft''</code>.
** Running configure will error out if it requires something you don't have installed. But check its output, as it might be skipping something optional but useful, that you should have installed.
** Running configure will error out if it requires something you don't have installed. But check its output, as it might be skipping something optional but useful, that you should have installed.
* Is there a <code>autogen.sh</code>, but no <code>configure</code> (with no extension)? Sometimes this file is called <code>bootstrap</code> or something.
* Is there a <code>autogen.sh</code>, but no <code>configure</code> (with no extension)? Sometimes <code>autogen.sh</code> is called <code>bootstrap</code> or something.
** Make sure you have autoconf and automake installed.
** Make sure you have autoconf and automake installed.
** Run <code>./autogen.sh</code>, then start from the <code>configure</code> decision branch.
** Run <code>./autogen.sh</code>, then start from the <code>configure</code> decision branch.