Dovetailed Technologies Solutions Support Contact Us

Appendix D. Compiling the Co:Z target system sources

Note: These sources have been built on a variety of POSIX systems, but we offer no guarantees for your particular system. If you have difficulty building, please feel free to contact us regarding our testing and certification schedule.

  1. Transfer (in binary) the coz.v.r.m-src.tar file included in the Co:Z distribution to your target system.

  2. Unpack the source:

    linux$ mkdir cozbuild
    linux$ cd cozbuild
    linux$ tar xvf ../coz.v.r.m-src.tar
          
  3. Build and install:

    linux$ ./configure
    linux$ make
    linux$ make install
          

Note: the installation directory must be in the default PATH used when logging into sshd.

On some some distros, you may need to update /etc/profile to add binaries to PATH (See this FAQ entry).

Copyright 2009 Dovetailed Technologies, LLC. All rights reserved.