Producer's Chair         Open Producer

Installation Instructions


Open Producer is in early alpha stage, with only cvs access available.  Obtain the source code via command line cvs as follows:

% cvs -d :pserver:cvsguest@dburns.dhs.org:/cvs/Producer login
(Logging in to cvsguest@dburns.dhs.org)
CVS password:  <Just press RETURN>
% cvs -d :pserver:cvsguest@dburns.dhs.org:/cvs/Producer co Producer

Open Producer builds require gmake .  Build the library by issuing 'gmake' in the top level directory:

% cd Producer
% make
% make install
Libraries are installed in /usr/local/lib.  Header files are installed in /usr/local/include/Producer.  If you prefer to install in the system level header and library directorys (/usr/include, and /usr/lib), then replace  'make install' above with:
% make INST_SYS_PREFIX=/usr install
Please contact the author if you have a problem.  Thank you for your patience at this very early stage for Producer.