Edgewall Software

Changes between Version 1 and Version 2 of TracOnWindowsCygwinStandalone


Ignore:
Timestamp:
Jul 20, 2007, 7:41:54 AM (17 years ago)
Author:
joymarquis@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnWindowsCygwinStandalone

    v1 v2  
    11= Trac Standalone Server On Windows =
    2 [[PageOutline(2-4)]]
     2[[PageOutline]]
    33'''Note: Instructions below are written for Trac 0.11svn'''
    44
     
    2525
    2626== Download source files, and modify/compile/install ==
     27 * SQLite: sqlite-3.4.0.tar.gz
    2728{{{
    2829$ cat sqlite-3.4.0-compile-fix.patch
     
    4041 # Rules to build the LEMON compiler generator
    4142 #
     43$ cd /PATH/TO/sqlite-3.4.0
     44$ # Apply the patch sqlite-3.4.0-compile-fix.patch
    4245$ ./configure --disable-tcl --enable-threadsafe
    4346$ make install
    4447}}}
     48
     49 * PySQLite: pysqlite-2.3.4.tar.gz
     50
    4551== Retrieve Trac source ==
    4652[TODO]