From BlenderWiki

Jump to: navigation, search

Edit source/nan_definitions.mk to fit your environment, be sure to edit the block matching your OS. You will want to change variables like NAN_JPEG, NAN_PNG etc. to point to where you have those installed.

If you want to integrate the game-engine in Blender, you might want to uncomment the following line in nan_compile.mk:


#CFLAGS += -DGAMEBLENDER=1


The define is disabled by default because there are still some problems with this at the moment.

After adjusting things for your environment run 'make' (or use the nice hmake script at blender/source/tools/hmake/hmake)







Redirects to fix

  • Hackers Guide/Building → Dev:Doc/Hackers Guide/Building
  • Hackers Guide/Debugging → Dev:Doc/Hackers Guide/Debugging