Dock development

From DISI
Revision as of 20:11, 8 October 2012 by Therese (talk | contribs) (3 revisions)
Jump to navigation Jump to search

Dock Development

This page needs a lot of work. For now, this is how you check out DOCK 3.5.54 from the svn repository. In the directory where you want the code, type:

svn co file:///raid4/svn/dock

You'll also have to do:

svn co file:///raid4/svn/libfgz

On sgehead, where the compiler is installed, go into the libfgz directory and then into trunk, and then type make

cd libfgz/trunk
make

Then go into the dock directory, dock/trunk/i386/ and type make

cd dock/trunk/i386
make

Lots more info needed here....