-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
67 lines (50 loc) · 2.02 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Overview:
=========
This is the README file of SDHLibrary-CPP, the C++ library to access
an SDH (SCHUNK Dexterous Hand).
Directory structure:
====================
This directory contains the overall Makefile and sub directories:
- ./bin/ : location of the compiled library and demo programs
- ./demo/ : C++ source code of some demonstration programs that use the library
- ./doc/ : pregenerated documentation (pdf and html)
- ./sdh/ : C++ source and header files for the library itself
- ./vcc/ : project files for Visual Studio C++
Usage instructions:
===================
The following instructions below are for Cygwin and Linux environments.
If you have to use Visual Studio C++, please read ./vcc/README.txt.
Build:
------
To build the library and demo-programs run
> make build
in this directory. Then you can call the demonstration programs in
./bin/ directly. If you generated a shared library then you have to
add the generated files to your pathsfirst. Use the sdhsetenv script in the
parent-directory of this directory to set the paths. That script must
be sourced-in like in:
> cd .. ; source sdhsetenv
To ease the usage of the library in your own programs you should install it:
Install:
--------
To install the library and demo-programs run
> make install
in this direcory. Adjust INSTALL_PREFIX in ./Makefile to install to another
directory than /usr/local. See there for additional settings.
- The static or shared library is installed in $INSTALL_PREFIX/lib/.
- The headers are installed in $INSTALL_PREFIX/include/sdh/.
- The demo programs are installed in $INSTALL_PREFIX/bin/
- The documentation is installed in /usr/share/doc/SDHLibrary-CPP
Uninstall:
----------
To uninstall the library, demo-programs and documentation run
> make uninstall
in this directory.
Further info:
=============
See the demo programs in ./demo/ and the documentation in ./doc/ on how to
use the offered functionality.
Contact information:
====================
Dirk Osswald: mailto:[email protected]
http://www.schunk.com