summaryrefslogtreecommitdiff
path: root/FreeBSD-HOWTO
diff options
context:
space:
mode:
Diffstat (limited to 'FreeBSD-HOWTO')
-rw-r--r--FreeBSD-HOWTO18
1 files changed, 18 insertions, 0 deletions
diff --git a/FreeBSD-HOWTO b/FreeBSD-HOWTO
new file mode 100644
index 0000000..8da7d37
--- /dev/null
+++ b/FreeBSD-HOWTO
@@ -0,0 +1,18 @@
+Tested under FreeBSD 3.2 Release:
+
+You must this to do a correct ibtk compile:
+
+ -Remove g++ and c++ binaries (found in /usr/bin)
+ (original c++ seems to be very susceptible or buggy!!??)
+
+ -Install egcs-1.1.2 (from /cdrom/packages/All)
+ Make sure that gcc --version and g++ --version works fine.
+
+ -Install gmake-3.77 (from /cdrom/packages/All)
+
+ You *must* use gmake instead make (its not support
+ as well makefiles created by configure script).
+
+ Now you can run ./configure script and run gmake.
+
+ *** Symlink /usr/local/include/ibtk->/usr/include/ibtk no more needed ***