Left Top
About
Code
Contact
Digitemp
Jabber
Write-Ups
Blank
w3c_v
Illx Logo
 
Download | Requirements | Changes | Documentation
version 3.2.0
 
MySQL support requires some changes to Digitemp itself,
However, you do need a few things to compile it:
  • The MySQL development libraries (if your MySQL 'include's and 'lib's aren't
    in /usr/local/mysql then change it in the 'Makefile'
  • Zlib - MySQL requires zlib to compile things against
    their libraries.

    If your using debian, just run
    'apt-get install zlib1g'  and
    'apt-get install zlib1g-dev'