Compiling and Linking an IRIS Library or Application
Each directory installed on your system contains a Makefile to build the application or library it contains.
-
To run the
Makefile:- Switch to the directory containing the source code.
- Type make.
-
To install the binaries, run: sudo make install
You can execute sudo make install in any directory, including root of the tree.
However, if you make changes in the base sub-tree, you must execute make and sudo make install before building any binaries in the iris sub-tree.
-
To compile and install the base or iris
sub-tree, at the base of the sub-tree type:
- make
- sudo make install
This is usefull when you build or install base or iris sub-trees.
