summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index 941d5ae..af645be 100644
--- a/BUILD
+++ b/BUILD
@@ -1,3 +1,5 @@
+This file documents build instructions.
+
Building fontutils with GCC 4.5.2 doesn't require a seperate GCC installation
but it is recommended that if you are using a GNU/Linux distribution with a
different version of GCC that you install a new version into a self-contained
@@ -6,6 +8,8 @@ directory.
After you have successfully installed a self-contained version of GCC 4.5.2
then try:
+autconf
+
CC="/opt/gcc/install/bin/gcc" LD_LIBRARY_PATH="/opt/mpc/install/lib:/opt/mpfr/install/lib:/opt/gmp/install/lib" ./configure
CC="/opt/gcc/install/bin/gcc" LD_LIBRARY_PATH="/opt/mpc/install/lib:/opt/mpfr/install/lib:/opt/gmp/install/lib" make