Talk:Installing New Modules: Difference between revisions

From ASSS Wiki
Jump to navigationJump to search
JoWie (talk | contribs)
No edit summary
 
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 16: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