Mercurial > pub > dyncall > bindings
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/R/rdc/DEVELOPER.txt Thu Mar 19 22:26:28 2015 +0100 @@ -0,0 +1,19 @@ +TODO +- helper utility "cocoa.m" for OS X - should be built on OS X + currently renamed to cocoa.m_off + configure should copy cocoa.m_off to cocoa.m on OS X + +BOOTSTRAP R PACKAGE + +Download DynCall C library zip package and unpack in rdc/src as "dyncall" folder. +For your convienience ... do + + cd rdc ; sh bootstrap + + +Then build + + cd .. + R CMD INSTALL rdc + +LazyLoad: yes