![]() |
2010-09-27
, 10:29
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#2
|
![]() |
2010-09-27
, 11:18
|
Posts: 4 |
Thanked: 0 times |
Joined on Sep 2010
|
#3
|
![]() |
2010-09-27
, 14:43
|
Posts: 726 |
Thanked: 345 times |
Joined on Apr 2010
@ Sweden
|
#4
|
The Following User Says Thank You to Joorin For This Useful Post: | ||
![]() |
2010-09-28
, 06:53
|
Posts: 4 |
Thanked: 0 times |
Joined on Sep 2010
|
#5
|
I have a general question regarding the cleanest deployment strategy for the following situation:
I have a python application up and running that I want to deploy on my N810. The app depends on some 3rd party software that I compiled and installed from source in the X86 target in SB. I can do the same in the ARMEL target, but I don't want to compile it on the device. (after all, that's what SB is for, no?)
So now I need a way to get this 3rd party SW from the ARMEL target to the N810. "Make install" puts it in several directories in /usr/local but I'm wondering what the normal procedure would be here.
Is it to copy the build dir with the compiled SW to the device and then run "make install" again?
Thank you for reading