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