Problems with rebuild docs

BlitzMax Forums/MiniB3D Module/Problems with rebuild docs

Twinprogrammer(Posted 2012) [#1]
I've been trying to put the sidesign folder in my blitz max 'mod' folder but Blitz max wouldn't allow me to rebuild docs ! How do I fix that ?

Twinprogrammer


xlsior(Posted 2012) [#2]
Did you rebuild the module itself first?


Twinprogrammer(Posted 2012) [#3]
How do I do that ? I'm a noob to modules !


xlsior(Posted 2012) [#4]
In the IDE, choose: Program -> Build Modules

or from the command line, in your blitzmax\bin folder:
bmk makemods -a sidesign

You will need to have MinGW installed & configured as well before you can (re)compile modules.