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'
|