Difference between revisions of "Talk:Installing New Modules"
From ASSS Wiki
(note about mysql path) |
|||
Line 2: | Line 2: | ||
Add additional info about optionally adding zlib.dll to the linker in step 6 of "With Dev C++"? | Add additional info about optionally adding zlib.dll to the linker in step 6 of "With Dev C++"? | ||
--[[User:JoWie|JoWie]] | --[[User:JoWie|JoWie]] | ||
+ | |||
+ | == mysql == | ||
+ | If you are compiling mysql.c (or another module that directly requires mysql functions) you may need to add windeps/mysqlinc tothe include directories. --[[User:Smong|Smong]] |
Latest revision as of 11:35, 26 June 2007
zlib
Add additional info about optionally adding zlib.dll to the linker in step 6 of "With Dev C++"? --JoWie
mysql
If you are compiling mysql.c (or another module that directly requires mysql functions) you may need to add windeps/mysqlinc tothe include directories. --Smong