summaryrefslogtreecommitdiff
path: root/scratch/sc-dptest/README
diff options
context:
space:
mode:
Diffstat (limited to 'scratch/sc-dptest/README')
-rw-r--r--scratch/sc-dptest/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/scratch/sc-dptest/README b/scratch/sc-dptest/README
deleted file mode 100644
index 5c9199a26..000000000
--- a/scratch/sc-dptest/README
+++ /dev/null
@@ -1,18 +0,0 @@
-This directory contains code to test Calc's data pilot functionality.
-
-You need a build from the koheidatapilot01 CWS for this test program to work,
-as it relies on new UNO API that is only available in that CWS at the moment.
-
-Makefile contains the path to the development tree that is hard-coded, so you
-will need to adjust that path to point to your local tree of koheidatapilot01
-for the program to compile.
-
-To run the program, cd into the program directory of your installation, and
-
- export LD_LIBRARY_PATH=.
-
-then execute the binary while you are there. The binary will fail to run if
-you are not in the program directory.
-
-Author: Kohei Yoshida <kyoshida@novell.com>
-