Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. See https://cmake.org/cmake/help/v3.0/variable/CMAKE_SYSROOT.html
  2. See http://stackoverflow.com/questions/18900855/how-to-work-with-external-libraries-when-cross-compiling (about 1/2way down)
  3.  
  4. The workflow would then be this:
  5.  
  6. Provision ResinOS with all the OpenCV deps (incl python)
  7. Copy root directory to computer, or mount the SD card
  8. Point CMake to ResinOS root dir with -DCMAKE_SYSROOT
  9. make install onto SD card
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement