
Installation is quite simple. 
You dont have to be root.
nMatrix installs in your tree.

 -

 - unpack umatrix.tgz somewhere in your arborescence, like
   ~/math/nMatrix, just to say an example. If your home is
    /home/orazio

 - Go to ~/math/nMatrix.
   type
    ./configure --prefix=/home/orazio
   type
     make
   type
     make install

 - Headers files go to /home/orazio/include/nMatrix, static and shared
   libraries go to /home/orazio/lib.

   When you use programs linked against the shared nMatrix
   library, you have to have the LD_LIBRARY_PATH set to /home/orazio/lib
   You can get it by adding to .bashrc  (if you use bash) the line
	export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:~/lib


   If you dont set the prefix, the installation should use
   /usr/local by default (but then you need to be root)


