[q-lang-cvs] qcalc README,1.13,1.14
                
                Brought to you by:
                
                    agraef
                    
                
            
            
        
        
        
    | 
      
      
      From: Albert G. <ag...@us...> - 2007-11-03 11:21:51
      
     | 
| Update of /cvsroot/q-lang/qcalc In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv500 Modified Files: README Log Message: added note that Qt/Q 1.1 is now required Index: README =================================================================== RCS file: /cvsroot/q-lang/qcalc/README,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** README 1 Nov 2007 13:44:45 -0000 1.13 --- README 3 Nov 2007 11:21:45 -0000 1.14 *************** *** 30,33 **** --- 30,35 ---- Currently this script needs Qt3, but we're planning to port it to Qt4 asap. + IMPORTANT: You'll need Qt/Q 1.1 or later. Qt/Q 1.0 will NOT WORK! + To install from the source, simply run 'sudo make install' (this installs into /usr/local). You can specify a different installation prefix with 'sudo make |