{"id":658,"date":"2008-02-05T02:43:20","date_gmt":"2008-02-05T02:43:20","guid":{"rendered":"http:\/\/www.bartbusschots.ie\/blog\/?p=658"},"modified":"2014-08-04T16:50:45","modified_gmt":"2014-08-04T16:50:45","slug":"astronomy-software-on-the-mac-revisited","status":"publish","type":"post","link":"https:\/\/www.bartbusschots.ie\/s\/2008\/02\/05\/astronomy-software-on-the-mac-revisited\/","title":{"rendered":"Free Astronomy Software on the Mac Revisited"},"content":{"rendered":"<p>The last time I posted on the state of play for <a href=\"http:\/\/www.bartbusschots.ie\/blog\/?p=278\">free Astronomy software for the Mac<\/a> things weren&#8217;t looking so good. At that time your best option was to build the Linux program KStars from source using <a href=\"http:\/\/www.finkproject.org\/\" target=\"_blank\">Fink<\/a>. A long, complicated, and rather daunting install for anyone who&#8217;s not a Unix geek. I&#8217;m happy to report that things have improved a lot since then. There&#8217;s now a choice of three apps and you don&#8217;t have to compile any from source (unless you want to).<\/p>\n<p>[tags]astronomy, OS X, Stellarium, Cartes du Ciel, KStars[\/tags]<\/p>\n<p><!--more-->I&#8217;ll start with the best app for beginners, this is a true cross-platform app represented on Linux, Windows and the Mac, <a href=\"http:\/\/www.stellarium.org\/\" target=\"_blank\">Stellarium<\/a>. When it first came to the Mac it was buggy as hell. My first experiences of it when I&#8217;d just gotten my MacBook Pro were so terrible I didn&#8217;t try it again until a few weeks ago. My how things have changed! Mac support is now flawless and it&#8217;s quick and looks really pretty. This is the perfect program for beginners and for just seeing at a glance what&#8217;s where in the sky at any time. The interface is also not at all Mac-like and a little confusing at first. Thankfully you just have to hover over the buttons to see what they do so you&#8217;ll be working away quick enough. Although it&#8217;s not going to be sufficient for the more advanced amateur but it&#8217;s still a program I think everyone interested in Astronomy should have on their computer.<\/p>\n<p style=\"text-align:center\"><a href=\"http:\/\/www.bartbusschots.ie\/blog\/wp-content\/uploads\/2008\/02\/stellarium-large.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.bartbusschots.ie\/blog\/wp-content\/uploads\/2008\/02\/stellarium.png\" alt=\"Stellarium.png\" border=\"0\" width=\"464\" height=\"348\" style=\"border:0px solid black\" \/><br \/>Click to Enlarge<\/a><\/p>\n<p>Back when I was a windows user I loved <a href=\"http:\/\/www.stargazing.net\/astropc\/\" target=\"_blank\">Cartes du Ciel<\/a>. There&#8217;s now a <a href=\"http:\/\/skychart.sourceforge.net\/\" target=\"_blank\">beta version available for Linux and the Mac<\/a>, though the pre-compiled version available on the site is for Intel Macs only. If you have a PowerPC Mac the source is available if you&#8217;re brave enough to have a go at compiling it yourself. There is a slight complication in that this app has a real identity crisis. The folder it&#8217;s in is called &#8216;Cartes du Ciel&#8217;, the file is <code>skychart.app<\/code> and when its running it calls itself &#8216;cdc&#8217; in the menubar. It is also beta software and shows it a little. I have to re-enter my location each time I load it for example. It&#8217;s still a little rough around the edges but it does work and I have a feeling this will be an app to watch for in the future. It&#8217;s also aimed at the more advanced end of the market which Stellarium doesn&#8217;t cater for very well.<\/p>\n<p style=\"text-align:center\"><a href=\"http:\/\/www.bartbusschots.ie\/blog\/wp-content\/uploads\/2008\/02\/cdc-large.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.bartbusschots.ie\/blog\/wp-content\/uploads\/2008\/02\/cdc.png\" alt=\"CDC.png\" border=\"0\" width=\"464\" height=\"316\" style=\"border: 0px solid black\" \/><br \/>Click to Enlarge<\/a><\/p>\n<p>Finally, staying at the more advanced end of the market, KStars is still a very good option, a better option indeed than it used to be. You don&#8217;t HAVE to compile it anymore, though, if you want to that&#8217;s gotten easier too. To get a native OS X version of KStars that doesn&#8217;t run under X11 and doesn&#8217;t need to be compiled you can install the <code>kdeedu<\/code> package (and its listed dependencies) from the <a href=\"http:\/\/techbase.kde.org\/index.php?title=Projects\/KDE_on_Mac_OS_X\" target=\"_blank\">KDE 4 for OS X project<\/a>. The screen-shot below shows this version of KStars running under OS X 10.5 Leopard on my G5 PowerMac.<\/p>\n<p style=\"text-align:center\"><a href=\"http:\/\/www.bartbusschots.ie\/blog\/wp-content\/uploads\/2008\/02\/kstars-large.png\" target=\"_blank\"><img loading=\"lazy\" decoding=\"async\" src=\"http:\/\/www.bartbusschots.ie\/blog\/wp-content\/uploads\/2008\/02\/kstars.png\" alt=\"KStars.png\" border=\"0\" width=\"464\" height=\"309\" style=\"border:0px solid black\" \/><br \/>Click to Enlarge<\/a><\/p>\n<p>There is a downside to this approach though, if you download the full KDE distribution it comes to over 2GB! That&#8217;s a big download! You don&#8217;t have to do that, you can grab the individual packages but that&#8217;s more complicated and you have to manage the dependencies yourself. If you grab the lot you get an installer (<code>kde.mpkg<\/code>) so you don&#8217;t have to worry about the dependencies yourself. Also, this download is only available over BitTorrent. If all that scares you off then installing <a href=\"http:\/\/www.macports.org\/\" target=\"_blank\">MacPorts<\/a> and running the single terminal command:<\/p>\n<p><code>sudo port install kdeedu3<\/code><\/p>\n<p>Will allow you to build KStars from source. This comes with two downsides, firstly, it takes a while, secondly you&#8217;ll have to launch the program from the terminal (simply issue the command <code>kstars&<\/code> and ignore all the scary text output), thirdly it runs under X11 so you&#8217;ll need that installed, and finally you need the developer tools installed too.<\/p>\n<p>So, all in all a big improvement since my last post on the subject.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The last time I posted on the state of play for free Astronomy software for the Mac things weren&#8217;t looking so good. At that time your best option was to build the Linux program KStars from source using Fink. A long, complicated, and rather daunting install for anyone who&#8217;s not a Unix geek. I&#8217;m happy [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[12,2],"tags":[408,26,139,188],"series":[],"class_list":["post-658","post","type-post","status-publish","format-standard","hentry","category-computers-tech","category-science-astronomy","tag-open-source","tag-os-x","tag-review","tag-software"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7t9xK-aC","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.bartbusschots.ie\/s\/wp-json\/wp\/v2\/posts\/658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bartbusschots.ie\/s\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bartbusschots.ie\/s\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bartbusschots.ie\/s\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bartbusschots.ie\/s\/wp-json\/wp\/v2\/comments?post=658"}],"version-history":[{"count":2,"href":"https:\/\/www.bartbusschots.ie\/s\/wp-json\/wp\/v2\/posts\/658\/revisions"}],"predecessor-version":[{"id":7492,"href":"https:\/\/www.bartbusschots.ie\/s\/wp-json\/wp\/v2\/posts\/658\/revisions\/7492"}],"wp:attachment":[{"href":"https:\/\/www.bartbusschots.ie\/s\/wp-json\/wp\/v2\/media?parent=658"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bartbusschots.ie\/s\/wp-json\/wp\/v2\/categories?post=658"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bartbusschots.ie\/s\/wp-json\/wp\/v2\/tags?post=658"},{"taxonomy":"series","embeddable":true,"href":"https:\/\/www.bartbusschots.ie\/s\/wp-json\/wp\/v2\/series?post=658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}