Edgewall Software

Changes between Version 319 and Version 320 of TracInstall


Ignore:
Timestamp:
Sep 30, 2010, 2:37:16 PM (14 years ago)
Author:
Jon Hadley <me@…>
Comment:

Header advice

Legend:

Unmodified
Added
Removed
Modified
  • TracInstall

    v319 v320  
    4343 
    4444This will extract the SQLite code and build the bindings.
     45
     46To install SQLite, your system may require the development headers. Without these you will get various GCC related errors when attempting to build:
     47
     48{{{
     49$ apt-get install libsqlite3-dev
     50}}}
    4551
    4652SQLite 2.x is no longer supported, and neither is PySqlite 1.1.x.