# HG changeset patch # User Mychaela Falconia # Date 1702447660 0 # Node ID c0bfd300b6e587c601229cc5d1be3466af7178ff # Parent 1ebc312f4b69a4a6def637fda1f182b26a4526da add INSTALL diff -r 1ebc312f4b69 -r c0bfd300b6e5 INSTALL --- /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.