changeset 13:c0bfd300b6e5 default tip

add INSTALL
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 13 Dec 2023 06:07:40 +0000
parents 1ebc312f4b69
children
files INSTALL
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/INSTALL	Wed Dec 13 06:07:40 2023 +0000
@@ -0,0 +1,11 @@
+The Makefile hierarchy is currently set up to install everything under
+/opt/themwi; however, if you are running 'make install' from the top, you can
+change to any other install prefix (just like ./configure --prefix in the world
+of Autotools) with INSTALL_PREFIX= variable.
+
+Unlike /opt/freecalypso, /opt/themwi is much less rigid, i.e., you can change
+this install location without breaking everything.  However, I have yet to work
+out exactly how themwi-csw and themwi-smsc will locate the pieces they require
+from themwi-nanp (libraries and header files), and there is a strong likelihood
+that /opt/themwi/include and /opt/themwi/lib paths will be hard-coded in
+themwi-csw and themwi-smsc component Makefiles.