Posts: 974
Joined: May 2006
Reputation:
10
I'm in the middle of moving my Ubuntu file server off of an ancient P4 Dell onto a min-ITX C2D setup. I'll be following this thread to see what progress is made. Sounds like this would be just right for a centralized setup with multiple clients.
Posts: 163
Joined: Jan 2005
Reputation:
3
manxam
Senior Member
Posts: 163
I'm curious on how to compile this as well. I'm getting stuck at Iphlpapi.h missing which is being called from NetworkWin32.h. This is being compiled against head on ubuntu.
Cheers
Posts: 11,582
Joined: Feb 2008
Reputation:
84
davilla
Retired-Team-XBMC Developer
Posts: 11,582
might want to be using g++ instead of gcc
Posts: 253
Joined: Jan 2011
Reputation:
3
You could also try copying libxbmc.so to your /lib or /lib64 directory and run ldconfig to update your shared library cache...
Posts: 253
Joined: Jan 2011
Reputation:
3
You'll need to configure .xbmc/userdata xml configuration files such as advancedsettings.xml, sources.xml, etc on the machine too
Have you built xbmc.bin? Does it run?
Posts: 253
Joined: Jan 2011
Reputation:
3
2012-07-09, 19:14
(This post was last modified: 2012-07-09, 19:15 by vicbitter.)
You don't need to run the xbmc GUI but you need to setup your xbmc configuration files though...
Have you run sudo make install?
Try running the following (assuming you installed XBMC using defaults):
XBMC_BIN_HOME=/usr/local/lib/xbmc XBMC_HOME=/usr/local/share/xbmc ./xbmcVideoLibraryScan