LinuxMCE Forums
June 19, 2013, 02:24:07 am GMT-1 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
 
  Home Help Search Chat Login Register  
  Show Posts
Pages: [1]
1  LinuxMCE / Developers / Re: Developer FAQ on: January 26, 2008, 12:37:31 am
Here go

Question 1

Q: Where do I get the sources?

all source is located at http://svn.charonmedia.org/

Question 2

Q: How do I compile the whole shebang?

# Download snapshot (391MiB)
wget http://www.charonmedia.org/lmce-1465.tbz

# Test checksum to ensure it was downloaded intact.
md5sum lmce-1465.tbz # should be b3d4b3f6b33ff5e6c4641390f2314095

# Update snapshot (uncompressed: 1823MiB either snapshot or updated).
tar xfj lmce-1465.tbz
cd lmce
svn update

# Build from source (optional) to 3692MiB, total source+build = 5515MiB.
./configure
make


Question 3

Q: How do I compile and install a single library/application?

To build Applications, you should fetch it from the SVN repository, then go into Application directory and run:
dpkg-buildpackage -rfakeroot -b

This will build the Application packages (bin,debug,dev) and will put them into parent folder.

Note that if some required packages are missing, it will give you an error and stop. You can install required packages and retry.





2  LinuxMCE / Developers / Re: MythTV SVN on: January 24, 2008, 11:14:54 pm
got a question been reading on compling mythtv and seeing the source, with this syn will it compile and have all the dependecies to work "integrated" within linuxmce if i patch it. 
3  LinuxMCE / Developers / Re: Current Status of Insteon PLM Integration on: January 24, 2008, 03:43:08 am
not sure if this will help you all i am sure you all have seen it Smiley

http://misterhouse.svn.sourceforge.net/svnroot/misterhouse/trunk/lib/Insteon_PLM.pm
4  LinuxMCE / Users / Re: Minimum Processor? on: January 24, 2008, 03:39:07 am
here you go bro look at the cpu section but for hd you at least need a 2.8 p4 at the very least

http://wiki.linuxmce.org/index.php/Hardware
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!