Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Dev

MythTV on Windows build script - pre-alpha

 

 

MythTV dev RSS feed   Index | Next | Previous | View Threaded


davidbuzz at gmail

Dec 30, 2007, 5:18 PM

Post #1 of 3 (718 views)
Permalink
MythTV on Windows build script - pre-alpha

All,
Just wanted to let the Win32 interested parties know I'm working on a build
script for Windows that will be aiming to replicate all the steps found in:
http://www.mythtv.org/wiki/index.php/Windows_Port

So far, I have it downloading, extracting, and compiling 90% of the archives
automatically. it's not doing any patching/etc yet.

It's still a real "work-in-progress", and is not truly usable to actually
complete a full build with, but I thought that there are others out there
that might benefit from it.

It's a perl script, just like the OSX one is, so you need to have perl
installed. I recommend Activestate perl for windows (
http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-5.8.8.822-MSWin32-x86-280952.msi
)

I'd be interested in getting this put into SVN 'contrib' like the
OSX-packager.pl - how would the core developers feel about this? ( I guess
you'll want to see the code first, so I've opened a new trac ticket to
attach the code to: http://svn.mythtv.org/trac/ticket/4397 )


Buzz.


andrei at tanas

Dec 30, 2007, 6:05 PM

Post #2 of 3 (668 views)
Permalink
Re: MythTV on Windows build script - pre-alpha [In reply to]

> Just wanted to let the Win32 interested parties know I'm working on a build script
> for Windows that will be aiming to replicate all the steps found in:
> http://www.mythtv.org/wiki/index.php/Windows_Port

Great! I think this is the most logical next step.

FYI: I use combined cygwin/mingw environment, this allows me to use command line (that is, scriptable) version of some tools not available otherwise (e.g. I don'I use tortoise svn, I use cygwin svn), it might be worth considering in developing your script.

Regards,
Andrei

Sent from BlackBerry®
_______________________________________________
mythtv-dev mailing list
mythtv-dev[at]mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev


davidbuzz at gmail

Dec 30, 2007, 6:42 PM

Post #3 of 3 (664 views)
Permalink
Re: MythTV on Windows build script - pre-alpha [In reply to]

> Great! I think this is the most logical next step.
>
> FYI: I use combined cygwin/mingw environment, this allows me to use
> command line (that is, scriptable) version of some tools not available
> otherwise (e.g. I don'I use tortoise svn, I use cygwin svn), it might be
> worth considering in developing your script.
>
In the script, I currently have a [exec] action that allows executing any
"dos mode" commands/actions (and by separating them with && you can string
DOS commands together) , and I have a [shell] action that allows executing
any "unix mode" command/actions inside a msys /bin/bash shell. The two of
these together seem to be doing fairly well so far without cygwin, so I'll
try to stick that way, for now.

Personally, I also use some of the gnuwin32 projects binaries, but I'm
hoping to avoid adding more dependancies unless unavoidable, so I'll just
stick with the tools available in msys/ming for now.

FInally, I do expect that that we'll need to get a win32 command-line svn
client added into the mix in the not to distant future. It's one of those
"unavoidable" ones. :-)

Buzz.

MythTV dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.