Revision: 9694a7f67c51
Branch: default
Author:
CCHa...@gmail.com
Date: Tue Apr 9 07:59:55 2013
Log: Edited wiki page Compiling through web user interface.
http://code.google.com/p/sunrise/source/detail?r=9694a7f67c51&repo=wiki
Modified:
/Compiling.wiki
=======================================
--- /Compiling.wiki Tue Apr 9 07:53:29 2013
+++ /Compiling.wiki Tue Apr 9 07:59:55 2013
@@ -4,7 +4,7 @@
= Necessary prerequisites =
To build Sunrise, you first need to get the following 3rd party libraries:
- * The [
http://www.oonumerics.org/blitz/ Blitz++] C++ matrix library,
current Mercurial version. *NOTE* that blitz has switched to using
*Mercurial*. Make sure you don't just update the cvs version, as that repo
is no longer being used. The blitz repo is
[
http://sourceforge.net/scm/?type=hg&group_id=63961 here].
+ * The [
http://www.oonumerics.org/blitz/ Blitz++] C++ matrix library,
current Mercurial version. *NOTE* that blitz has switched to using
*Mercurial*. Make sure you don't just update the cvs version, as that repo
is no longer being used. The blitz repo is
[
http://sourceforge.net/scm/?type=hg&group_id=63961 here]. Changset
d4a8862b671a is confirmed to work. Later versions may cause problems. The
v0.10 tar file may work, but this has not been verified.
* The [
http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html cfitsio] FITS
library. (If you are using a Fedora distribution, it's available as a yum
package. On MacOX, you can get it through [
http://www.finkproject.org/
fink].)
* The [
http://heasarc.gsfc.nasa.gov/fitsio/CCfits CCfits] C++ FITS
library, version 2.3 or higher. (Note that Fedora has a package but make
sure it's the correct version as otherwise it likely won't work.)
* The [
http://www.boost.org Boost] C++ utility library. (If you are
using a Fedora distribution, it's available as a yum package. On MacOX, you
can get it through [
http://www.finkproject.org/ fink]. It takes a long time
to build, so if you can find a prebuild version, you should really do so.)
*Note* that Sunrise requires version 1.40.0 or later. Version 1.48.0 is
confirmed to work. Later versions may cause problems.
@@ -44,9 +44,9 @@
=== Blitz: ===
-First clone the Mercurial repository, see the
[
http://sourceforge.net/projects/blitz/develop SourceForge] site for how to
do this. (The version 0.9 tar file does *NOT* work, it's way old.)
+First clone the Mercurial repository, see the
[
http://sourceforge.net/projects/blitz/develop SourceForge] site for how to
do this. Changset d4a8862b671a is confirmed to work. Later versions may
cause problems. The v0.10 tar file may work, but this has not been verified.
-*NOTE* If you are using Sunrise 4.0, you need to use the most recent
version of blitz, which has switched to using *Mercurial*. Make sure you
don't just update the cvs version, as that repo is no longer being used.
Also note that this version of blitz is not backwards-compatible with
Sunrise 3.03, and vice versa.
+*NOTE* If you are using Sunrise 4.0, you need to use a recent version of
blitz (see above), which has switched to using *Mercurial*. Make sure you
don't just update the cvs version, as that repo is no longer being used.
Also note that this version of blitz is not backwards-compatible with
Sunrise 3.03, and vice versa.
{{{
autoreconf -fiv