Changes between Version 24 and Version 25 of VirtualEnv


Ignore:
Timestamp:
Aug 26, 2010, 5:59:30 PM (16 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VirtualEnv

    v24 v25  
    244244cd sip4-qt3-4.10.1/
    245245python configure.py --help
    246 python configure.py --debug
     246python configure.py --debug --platform=linux-g++-64
    247247make
    248248make install
     
    265265# should be installed already by a prior installation of Qt4 or PyQt into the
    266266# system paths
    267 python configure.py --debug --qmake=/usr/bin/qmake-qt4 --no-qsci-api --no-designer-plugin
     267python configure.py --debug --trace --qmake=/usr/bin/qmake-qt4 --no-qsci-api --no-designer-plugin
    268268make
    269269make install
     
    283283dpkg-source -x qscintilla2_2.4.3-0ubuntu1.dsc
    284284cd qscintilla2-2.4.3/Python
    285 python configure.py --debug
     285python configure.py --debug --trace
    286286make
    287287make install