From aa878d079945e7f57c4acdb89ad2495f591943bb Mon Sep 17 00:00:00 2001 From: Freddie Akeroyd Date: Tue, 6 Dec 2005 18:50:40 +0000 Subject: [PATCH] Add additional build notes git-svn-id: https://svn.nexusformat.org/code/trunk@710 ff5d1e40-2be0-497f-93bd-dc18237bd3c7 --- Makefile.am | 2 +- README | 6 +++++- README.macosx | 8 ++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 README.macosx diff --git a/Makefile.am b/Makefile.am index 6fc9c36f..ad6a441a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ test: check SUBDIRS=include src bindings applications test scripts examples doc contrib EXTRA_DIST=build_rules.am nexus_spec.in nexus.spec autoversion.sh \ - build_rpm.in README.cygwin README.WIN32 \ + build_rpm.in README.cygwin README.WIN32 README.macosx \ ReleaseNotes diff --git a/README b/README index aba52db9..8ba964f2 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ Installation Instructions ========================= Unix (including Mac OS X) ----- +------------------------- We have recently changed the installation procedure to use the GNU autoconf system. This will automatically check for the relevant HDF and other libraries @@ -89,6 +89,10 @@ Windows ------- See README.WIN32. +Mac OS X +-------- + See README.macosx + VMS --- 1) There is no VMS version of HDF5, so it is only possible to link to diff --git a/README.macosx b/README.macosx new file mode 100644 index 00000000..871f4d87 --- /dev/null +++ b/README.macosx @@ -0,0 +1,8 @@ +If you compile libmxml from source you may need to run + + ranlib /usr/local/lib/libmxl.a + +Before NeXus will link to it + +-- +$Id$