| My recipes: 
  CLASS recipes Fortran recipes  MESA recipes
    
      To install Tioga-1.14, one needs to install the latest version of ruby. (The version installed with yum in fedora 13 does not work with Tioga.)
        
          One needs to remove the old version of ruby by "rpm -e ruby", then reboot the computer,download ruby 1.9.3 from the ruby website. install the new ruby with root authority: ./configure; make; make installThe ruby 1.9.3 still have one file missing for the installation of Tioga-1.14: TexPreamble.rb. You can download a copy of this file here, and put it under /usr/local/lib/ruby/site_ruby/1.9.1/Tioga/. After these preparation, you can now run ./QUICK_INSTALL for Tioga-1.14 to install it successfully. (steps invented by Zhang Jiang).Python recipes
 |