Jump to content

How To Compile Everything: Difference between revisions

imported>Geofft
No edit summary
imported>Paulproteus
Line 30:
** 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.
* Is there a <code>autogen.sh</code>, but no <code>configure</code> (with no extension)? Sometimes this file<code>autogen.sh</code> is called <code>bootstrap</code> or something.
** Make sure you have autoconf and automake installed.
** Run <code>./autogen.sh</code>, then start from the <code>configure</code> decision branch.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.