-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.html
139 lines (89 loc) · 3.4 KB
/
README.html
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<HTML>
<HEAD>
<TITLE>OpenAutomate SDK</TITLE>
</HEAD>
<BODY>
<BLOCKQUOTE>
<UL>
<LI><A HREF="#1" CLASS="toc-item">OpenAutomate SDK
</A></LI>
<UL>
<LI><A HREF="#2" CLASS="toc-item">Contents
</A></LI>
<LI><A HREF="#3" CLASS="toc-item">Documentation
</A></LI>
<LI><A HREF="#4" CLASS="toc-item">Frequently Asked Questions
</A></LI>
<LI><A HREF="#5" CLASS="toc-item">Building OpenAutomate on Windows
</A></LI>
<LI><A HREF="#6" CLASS="toc-item">Building OpenAutomate on non-Windows OSs
</A></LI>
<LI><A HREF="#7" CLASS="toc-item">Contact
</A></LI>
</UL>
</UL>
<HR SIZE="1" NOSHADE>
<H1><A NAME="OPENAUTOMATE_SDK"><A NAME="1">OpenAutomate SDK
</A></A></H1>
<H2><A NAME="CONTENTS"><A NAME="2">Contents
</A></A></H2>
<P>
This directory contains the OpenAutomate(tm) SDK.
</P>
<P>
The SDK root directory is structured as follows:
</P>
<PRE> COPYRIGHT : the obligatory copyright notice
README.html : HTML version of this README file
README.txt : plain text version of this file
RELEASE.html : release notes for the SDK in html format
RELEASE.txt : release notes for the SDK in plain text format
FAQ.html : frequently asked questions for the SDK in html format
FAQ.txt : frequently asked questions for the SDK in plain text format
docs : all documentation
examples : some examples on how to use the SDK
inc : containins the main OpenAutomate headers
src : contains the main OpenAutomate source modules
OpenAutomate.sln : Visual Studio solution file for all projects within the SDK
oalib : Visual Studio project directory for
oarpc : OpenAutomate RPC library and utilities
oatest : the OpenAutomate conformance test suite
plugins : useful OpenAutomate plugins
</PRE>
<H2><A NAME="DOCUMENTATION"><A NAME="3">Documentation
</A></A></H2>
<P>
Please refer to <A TARGET="_top" HREF="docs/OpenAutomate.html">the OpenAutomate document</A> to get started using
the OpenAutomate SDK.
</P>
<P>
For details on changes between releases of the SDK, see <A TARGET="_top" HREF="docs/RELEASE.html">the <I>"RELEASE"</I> document</A>.
</P>
<H2><A NAME="FREQUENTLY_ASKED_QUESTIONS"><A NAME="4">Frequently Asked Questions
</A></A></H2>
<P>
Please see <A TARGET="_top" HREF="docs/FAQ.html">the Frequently Asked Questions (FAQ) document</A>.
</P>
<H2><A NAME="BUILDING_OPENAUTOMATE_ON_WINDOWS"><A NAME="5">Building OpenAutomate on Windows
</A></A></H2>
<P>
To build all the projects within the SDK, simply load the <I>OpenAutomate.sln</I>
Visual Studio solution file contained in the root of the SDK, and build all.
</P>
<H2><A NAME="BUILDING_OPENAUTOMATE_ON_NON-WINDOWS_OSS"><A NAME="6">Building OpenAutomate on non-Windows OSs
</A></A></H2>
<P>
Currently, OA is not fully supported on any OS other than Windows2K or
newer. But, the main source files <I>OpenAutomate.h</I>,
<I>OpenAutomate_Internal.h</I>, and <I>OpenAutomate.c</I> should build on any
UNIX-like OS. If you would like to integrate OpenAutomate into a non-Windows
application, please contact your account manager at NVIDIA.
</P>
<H2><A NAME="CONTACT"><A NAME="7">Contact
</A></A></H2>
<P>
If you have any questions or concerns, please contact your the DevTech
engineer assigned to your organization by NVIDIA.
</P>
</BLOCKQUOTE>
</BODY>