~iaz/+junk/demo-bindings

« back to all changes in this revision

Viewing changes to README

  • Committer: ivan.a.zorin at gmail
  • Date: 2011-11-16 16:16:00 UTC
  • Revision ID: ivan.a.zorin@gmail.com-20111116161600-59pn7uz60ksqcpxh
demo-bindings: add objective-c bindings support

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        Library.NativeExternal() : calls libfunction dynamically from library.so through libnative.so
22
22
        Linked to                : library.so libnative.so
23
23
 
24
 
Required tools for building:
25
 
 - gcc/g++
 
24
ObjC library  : library_objc.so
 
25
       [Library ClassMethod]     : native
 
26
       [Library ClassFunction]   : calls libfunction dynamically
 
27
        Linked to                : library.so
 
28
 
 
29
Required tools for full building:
 
30
 - gcc/g++/gobjc
26
31
 - make
27
32
 - ant
28
33
 - swig
29
34
 - python development headers
 
35
 - gnustep development headers
30
36
 - java development kit
 
37