
Just go into "src" and read the README there for instructions on
building the code.  



In general you probably only care about:

  bin/start.alex  -   Must be run as root
                      Starts up everything 
                 
  bin/mountalex   -   Run as root on client machines 
                      (server machine can also be a client)

  bin/stop.alex   -   Stop everything



  src/getalex     -   If in src you do a "make new" this will be run.
                      It will get a new version of Alex and install it.
                      If it has not been too long since you got a version
                      you can do "make patch". 


