Kodi Community Forum
vnsi4 x86 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169)
+---- Thread: vnsi4 x86 (/showthread.php?tid=168970)



vnsi4 x86 - bibi - 2013-07-13

Hi,

I'm looking for the frodo vnsi4 x86 .zip.
My server and my laptop all are x64 and my openelec box is x86, so i cant compil the frodo vnsi4 x86 plugin.
It would be a great deal if you could give me a link... My wife is going crazy.

Bibi

ps : should have stay with x86 everywhere


RE: vnsi4 x86 - FernetMenta - 2013-07-13

not a big deal compiling for 32bit on 64bit platform:

sudo apt-get install g++-multilib
sudo apt-get install gcc-multilib

./configure --host=i686-pc-linux-gnu CC="gcc -m32" CXX="g++ -m32"


RE: vnsi4 x86 - bibi - 2013-07-13

Thanks Big GrinBig Grin