Mercurial > pub > dyncall > bindings
comparison R/rdc/DEVELOPER.txt @ 0:0cfcc391201f
initial from svn dyncall-1745
author | Daniel Adler |
---|---|
date | Thu, 19 Mar 2015 22:26:28 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0cfcc391201f |
---|---|
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 |