Linux Install


DTK Install


Step 1: Download DTK

- [DTK] From the DIVERSE Homepage: Download

Step 2: Compile & Install DTK

Note: This should be done from inside of the Xserver preferably in an Xterm window
      as the root user.

root@xxxxxx:~# tar -zxfv dtk-x.y.z.tar.gz [Where x.y.z is the version number]
root@xxxxxx:~# cd dtk-x.y.z
root@xxxxxx:~/dtk-x.y.z# gmake configure
Note: This should bring up a new window to configure the installation directories.

The configuration should be set to the following:


Click "OK"
.
.
Now try `make' to build the DTK library.

root@xxxxxx:~/dtk-x.y.z# gmake
.
.
Run `make install' as user "root" for a root installation.

root@xxxxxx:~/dtk-x.y.z# gmake install
.
Do you wish to install DTK in a directory that exists (y/n)[n]? y
.
Or skip that and do `make server'.

root@xxxxxx:~/dtk-x.y.z# make server
.
.
Now try: `make install-server' to install the DTK server and clients.

root@xxxxxx:~/dtk-x.y.z# make install-server
.
.
     "May the SOURCE be with you.
     
root@xxxxxx:~/dtk-x.y.z# cd ..