Changes between Version 12 and Version 13 of ASAPFedoraInstall
- Timestamp:
- 07/13/06 13:22:30 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ASAPFedoraInstall
v12 v13 1 1 = Installing ASAP on Fedora = 2 2 3 The supplied asap binary for does not work on Fedora Core 3 (and is unlikely to run on other flavors of Fedora). A Fedora binary version is being worked on. 3 The supplied asap binary for does not work on Fedora Core 3 (and is unlikely to run on other flavors of Fedora). A Fedora binary version is being worked on. In the meantime you will need to install from [wiki:ASAPSourceInstall source]. 4 4 5 When this is available you will need to install matplotlib from source (http://sourceforge.net/projects/matplotlib) and have the following packages installed: 5 You will need to also install matplotlib from source (http://sourceforge.net/projects/matplotlib). 6 7 The following packages are required for a full source install (including matplotlib). 6 8 7 9 * cfitsio … … 15 17 * boost 16 18 19 * libf2c 20 21 * tk 22 23 * tcl 24 25 * tk-devel 26 27 * tcl-devel 28 17 29 * tkinter 18 30 19 * libf2c 31 * gtk2-devel 32 33 * gtk+-devel 34 35 * pygtk2 36 37 * glib-devel 38 39 * pygtk2-devel 40 41 * gnome-lib-devel 42 43 * pygtk2-libglade 44 45 * zlib 46 47 * zlib-devel 48 49 * libpng 50 51 * libpng-devel 52 53 * freetype 54 55 * freetype-devel 56 57 * freetype-utils 20 58 21 59 The following packages are needed from the "dag" repository … … 25 63 * ipython 26 64 65 To access the dag repository create a file in /etc/yum.repos.d called 66 dag.repo and put the following text in it. 67 {{{ 68 [dag] 69 name=DAG 70 baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag/ 71 enabled=1 72 gpgcheck=0 73 }}} 74 75