From bd89c211a2038ee501b3fffc8352958151ab04d8 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 8 Nov 2002 10:28:47 +0000 Subject: [PATCH] I added the following comments to the readme: --Notes on compiling mxTextTools To get the latest version to compile on my machine I had to edit mxSetup.py and remove /usr/include from INCLPATH for it to build properly. (after doing this you need to edit blender/source/Makefile and fix the pointer to it I'm still working on automating this) Kent -- mein@cs.umn.edu --- readme.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.txt b/readme.txt index 962c7a2adad..dbd82227d98 100644 --- a/readme.txt +++ b/readme.txt @@ -20,6 +20,13 @@ fmod: http://www.fmod.org/ If you do not have GL you will also need mesa: http://www.mesa3d.org +--Notes on compiling mxTextTools---------------------------------------------- +To get the latest version to compile on my machine I had to +edit mxSetup.py and remove /usr/include from INCLPATH for it to build +properly. +(after doing this you need to edit blender/source/Makefile and +fix the pointer to it I'm still working on automating this) + --------------Basic Makefile TIPS--------------------------------------- Assuming you are using tcsh/csh do the following before compiling. #Set this to wherever you have extracted the source.