Mercurial > pub > dyncall > bindings
annotate R/rdc/DEVELOPER.txt @ 19:5b51738793c6
- layout restructuring
author | cslag |
---|---|
date | Wed, 30 Mar 2016 02:06:16 +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 |