annotate R/rdc/DEVELOPER.txt @ 21:40a2c4198016
- working jdc (but with memleaks, currently)
- added example
author |
cslag |
date |
Wed, 30 Mar 2016 23:40:52 +0200 |
parents |
0cfcc391201f |
children |
|
rev |
line source |
0
|
1 TODO
|
|
2 - helper utility "cocoa.m" for OS X - should be built on OS X
|
|
3 currently renamed to cocoa.m_off
|
|
4 configure should copy cocoa.m_off to cocoa.m on OS X
|
|
5
|
|
6 BOOTSTRAP R PACKAGE
|
|
7
|
|
8 Download DynCall C library zip package and unpack in rdc/src as "dyncall" folder.
|
|
9 For your convienience ... do
|
|
10
|
|
11 cd rdc ; sh bootstrap
|
|
12
|
|
13
|
|
14 Then build
|
|
15
|
|
16 cd ..
|
|
17 R CMD INSTALL rdc
|
|
18
|
|
19 LazyLoad: yes
|