Skip to content

Instantly share code, notes, and snippets.

@jimhester
Last active December 6, 2018 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimhester/a973c16ea083be05d55c8b4f09664716 to your computer and use it in GitHub Desktop.
Save jimhester/a973c16ea083be05d55c8b4f09664716 to your computer and use it in GitHub Desktop.
cp /c/Users/Administrator/RStudio/rarrow/configure.win .
cp -r /c/Users/Administrator/RStudio/rarrow/tools .
cp /c/Users/Administrator/RStudio/rarrow/src/Makevars.win src/
# Change version in Makevars.win to 0.11.0
## this assumes arrow is installed via `make install`
mkdir -p windows/arrow-0.11.0/lib/x64
cp -r /c/Program\ Files\ \(x86\)/arrow/include windows/arrow-0.11.0/
cp /c/Program\ Files\ \(x86\)/arrow/lib/libarrow.a windows/arrow-0.11.0/lib/x64/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment