User Tools

Site Tools


en:documentation:installation_on_mac_os_x

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:documentation:installation_on_mac_os_x [2011/12/30 16:28] pchen:documentation:installation_on_mac_os_x [2017/07/02 11:48] (current) – [Video recording] pch
Line 8: Line 8:
   * A recent Mac with Intel processor, PPC processors are not supported at the moment.   * A recent Mac with Intel processor, PPC processors are not supported at the moment.
  
-  * Mac OS X 10.or better.+  * Mac OS X 10.or better.
  
-===== Instruction to install the binaries on Mac OS X. =====+\\ 
 + 
 +===== Instructions to install the binaries on Mac OS X. =====
  
   * Download the install file, i.e. skychart-3.1-i386-macosx.dmg   * Download the install file, i.e. skychart-3.1-i386-macosx.dmg
Line 16: Line 18:
   * Open the file to mount the virtual disk.    * Open the file to mount the virtual disk. 
  
-  * The disk folder open, it contain the package installer skychart.pkg.+  * The disk folder opens, it contains the package installer skychart.pkg.
  
-  * Click the package icon and follow the instruction to install the software.+  * Right click the package icon, select Open and follow the instruction to install the software. Depending on your security setting you may have to accept that the package is unsigned. Read more information about [[http://support.apple.com/kb/HT5290|Gatekeeper]]
  
   * You can now umount the virtual disk (drag to the trash).    * You can now umount the virtual disk (drag to the trash). 
Line 32: Line 34:
 ==== Telescope drivers ==== ==== Telescope drivers ====
  
-The [[http://indi.sourceforge.net|INDI]] drivers are required to drive the telescope. Look at [[http://www.indilib.org/index.php?title=Devices|this page]] to know if your telescope is supported.+The [[http://www.indilib.org|INDI]] drivers are required to drive the telescope. Look at [[http://www.indilib.org/devices.html|this page]] to know if your telescope is supported.
  
-The simplest way is to install with [[http://www.macports.org|MacPort]].+The simplest way is to install the Indiserver package for Mac OS X available from http://www.cloudmakers.eu/xindi
  
-  * If not already done, install Xcode from your Mac distribution CDrom or dowload it from Apple web site. 
-  * Install MacPort using the .dmg file for your Mac OS version available from http://www.macports.org/install.php 
-  * Install INDI from a terminal with this command: <code>sudo port install indi</code> 
-  * To update to a new version use this command:<code> 
-sudo port selfupdate 
-sudo port upgrade outdated </code> 
  
 ==== Wine ==== ==== Wine ====
Line 47: Line 43:
 Wine is required to compute the [[artificial_satellites|artificial satellites]] position in the Calendar. Wine is required to compute the [[artificial_satellites|artificial satellites]] position in the Calendar.
  
-The easiest way is to install with [[http://www.macports.org|MacPort]] as for INDIThe most tricky part is to make the new PATH environment know from the applications launched from the Application menu.+The easiest way is to install a pre-build package available from https://dl.winehq.org/wine-builds/macosx/download.html \\ 
 +See also http://wiki.winehq.org/MacOSX
  
-  * Do the first two step above to install Xcode and MacPort. 
-  * Open a terminal and type: <code>sudo port install wine</code> 
-  * After the installation logout and login again, open a terminal and type <code>wine --version</code> to check it is installed successfully.  
-  * Type the following command to make it available from Skychart: <code>defaults write ${HOME}/.MacOSX/environment PATH "${PATH}"</code> 
-  * Logout and login again before to try with Skychart.  
-  * If it still say that wine is not installed, type the command: <code>echo $PATH</code> Copy the result and edit the file /etc/launchd.conf to add the following line including the full content of your $PATH environment: <file>setenv PATH /opt/local/bin:/opt/local/sbin:...</file> 
  
-See also : http://wiki.winehq.org/MacOSX/Installing +==== DOSBox ====
- +
  
-==== Video recording ====+If you also want the Iridium flare prediction with the satellites pass you need to install the DOSBox software.
  
-Video recording require the [[http://www.ffmpeg.org|ffmpeg]] software.+  * Download the DOSBox dmg from: http://www.dosbox.com/download.php?main=1 
 +  * Install in /Applications 
 +  * To let Skychart use it, copy the binary file to a location in you PATH, for example the same location as Wine above. Be sure to rename the file with all lowercase letter when you do the copy:<code>sudo cp /Applications/DOSBox.app/Contents/MacOS/DOSBox /opt/local/bin/dosbox</code> 
 +  * To test, type dosbox from a terminal. 
 +  
  
-You can install it with [[http://www.macports.org|MacPort]] +==== Video recording ====
  
-  * Install MacPort as indicated above for INDI. +Video recording requires the [[http://www.ffmpeg.org|ffmpeg]] software.
-  * Install ffmpeg from a terminal with this command: <code>sudo port install ffmpeg</code>+
  
-A static version of the program is also available here: http://ffmpeg.arrozcru.org/autobuilds/   +You can install the OS X version from [[http://www.ffmpeg.org/download.html]] 
  
-You can also try to install it [[http://hints.macworld.com/article.php?story=20061220082125312|this way]]. 
  
      
en/documentation/installation_on_mac_os_x.1325258892.txt.gz · Last modified: 2015/11/06 20:34 (external edit)