News | Compiling | Downloads | FAQ | Links |
Download the modules source code
Extract modules source code into src/mod directory of Eggdrop source code
Open the modules Makefile with a text editor
Change all the .so to .$(MOD_EXT)
Add a space and $(XLIBS) at the end of $(LD) line
Save file and exit
Compile Windrop as usual.