-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.android
35 lines (25 loc) · 1013 Bytes
/
README.android
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
-------------------------------------------
Platform specific problem
-------------------------------------------
none.
-------------------------------------------
Make & Install
-------------------------------------------
= libm3g.so =
You need ndk-build (http://developer.android.com/sdk/ndk/index.html) for compile.
1. cd build/android (for Android)
2. ndk-build
- will generate Desktop-M3G under
- ${Desktop-M3G}/build/android/libs/armeabi/libm3g.so
You can configure some options by changing build/android/include/m3g/Config.hpp
(Default is good, I suppose you don't need to change this config file)
-------------------------------------------
Test & Samples
-------------------------------------------
= UnitTest =
Sorry, There are no unit tests under Android OS.
It is a big problem.
= Samples =
Sorry, There are no NDK samples under Android OS.
Try from Java with Java-M3G.
See http://code.google.com/p/java-m3g/