File: README

package info (click to toggle)
dds 2.9.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 56,576 kB
  • sloc: cpp: 17,621; ansic: 385; makefile: 27; xml: 11; sh: 7
file content (12 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
There are a number of simple examples for individual DDS functions.

Copy the Makefile for your system from the Makefiles folder.

Then make the example you want,

make CalcDDtable
./CalcDDtable

This requires the DLL to be in the directory.  It will get there
when you do a "make install" in the src directory after compiling
the DLL there.