blob: 7e3b4587e4300f72ab26a2459b902b9a3a1a6a93 (
plain)
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
|
Gobi Extensible API 2011-11-28-1533
This readme covers important information concerning
the Gobi Extensible API.
Table of Contents
1. What's new in this release
2. Known issues
3. Build steps
-------------------------------------------------------------------------------
1. WHAT'S NEW
Initial Release (Gobi Extensible API 2011-11-28-1533)
a. Initial beta code release
-------------------------------------------------------------------------------
2. KNOWN ISSUES
No known issues.
-------------------------------------------------------------------------------
3. BUILD STEPS
a. Start in the 'GobiConnectionMgmt' folder
b. For Android, run:
make Android ANDROID_PATH=<path to android toolchain>
For x86, run:
make
-------------------------------------------------------------------------------
|