FreeCalypso > hg > themwi-nanp
comparison INSTALL @ 13:c0bfd300b6e5
add INSTALL
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Wed, 13 Dec 2023 06:07:40 +0000 |
parents | |
children | a24f0794ab4d |
comparison
equal
deleted
inserted
replaced
12:1ebc312f4b69 | 13:c0bfd300b6e5 |
---|---|
1 The Makefile hierarchy is currently set up to install everything under | |
2 /opt/themwi; however, if you are running 'make install' from the top, you can | |
3 change to any other install prefix (just like ./configure --prefix in the world | |
4 of Autotools) with INSTALL_PREFIX= variable. | |
5 | |
6 Unlike /opt/freecalypso, /opt/themwi is much less rigid, i.e., you can change | |
7 this install location without breaking everything. However, I have yet to work | |
8 out exactly how themwi-csw and themwi-smsc will locate the pieces they require | |
9 from themwi-nanp (libraries and header files), and there is a strong likelihood | |
10 that /opt/themwi/include and /opt/themwi/lib paths will be hard-coded in | |
11 themwi-csw and themwi-smsc component Makefiles. |