Difference between revisions of "MacOS X Tips"

From Briki
Jump to: navigation, search
(Issues)
Line 1: Line 1:
 
== TO DO ==
 
== TO DO ==
 
=== Issues ===
 
=== Issues ===
* Increase font size: http://thedesignspace.net/MT2archives/000196.html
+
* Increase font size: http://thedesignspace.net/MT2archives/000196.html, T
 
* British Windows keyboard mapping: http://www.clunkclunk.com/mskeyboards.zip
 
* British Windows keyboard mapping: http://www.clunkclunk.com/mskeyboards.zip
 
* Maximise firefox
 
* Maximise firefox
 +
 +
=== Configuration ===
 +
* DesktopManager - run at startup: http://forums.mactalk.com.au/showthread.php?t=6873
 +
* smb shares - mount at startup: http://www.macosxhints.com/article.php?story=20031022164821984
  
 
=== Software ===
 
=== Software ===
* mythtv
 
 
* RemoteBuddy
 
* RemoteBuddy
 
* xvid codec
 
* xvid codec
 
* VLC
 
* VLC
 
* MediaCentral
 
* MediaCentral
 
=== Configuration ===
 
* DesktopManager - run at startup: http://forums.mactalk.com.au/showthread.php?t=6873
 
* smb shares - mount at startup: http://www.macosxhints.com/article.php?story=20031022164821984
 
  
 
== Installing from the command line ==
 
== Installing from the command line ==
Line 21: Line 20:
 
* cd /Volumes/''mount''/
 
* cd /Volumes/''mount''/
 
* sudo installer -pkg ''install''.pkg -target "/"
 
* sudo installer -pkg ''install''.pkg -target "/"
 +
 +
== Compiling mythtv ==
 +
At the time of writing the current (14660) revision of mythtv does not build for Mac OS X. The most recent working build is 14650. To build this:
 +
 +
* svn co -r 14650 http://svn.mythtv.org/svn/trunk
 +
* mv trunk mythtv-14650
 +
* cd mythtv-14650/mythtv/contrib/OSX/
 +
* ./osx-packager.pl -nohead

Revision as of 12:50, 11 October 2007

TO DO

Issues

Configuration

Software

  • RemoteBuddy
  • xvid codec
  • VLC
  • MediaCentral

Installing from the command line

  • hdiutil attach file.dmg
  • cd /Volumes/mount/
  • sudo installer -pkg install.pkg -target "/"

Compiling mythtv

At the time of writing the current (14660) revision of mythtv does not build for Mac OS X. The most recent working build is 14650. To build this: