Skip to content

Commit

Permalink
Environment variable for boost library path
Browse files Browse the repository at this point in the history
  • Loading branch information
opencollada-sebastian committed Nov 13, 2008
1 parent 78673f8 commit 63fd258
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 44 deletions.
26 changes: 14 additions & 12 deletions COLLADAMaya/BUILD_WIN.TXT
Expand Up @@ -42,20 +42,22 @@ version. Following environment variables to your Maya location are supported:
- MAYA_PATH85_X64 - MAYA_PATH85_X64


win32: win32:
- "YOUR_MAYA_PATH" to your installation path of Autodesk Maya - "YOUR_MAYA_PATH" to your installation path of Autodesk Maya.
The include directory of maya has to be "$(YOUR_MAYA_PATH)\include" The include directory of maya has to be "$(YOUR_MAYA_PATH)\include".
The lib directory of maya has to be "$(YOUR_MAYA_PATH)\lib" The lib directory of maya has to be "$(YOUR_MAYA_PATH)\lib".
- "BOOST_ROOT" to your installation path of boost - The "BOOST_ROOT" environment variable has to be the path to your
The boost include directory has to be "$(BOOST_ROOT)" installation path of boost.
The lib directory of boost has to be "$(BOOST_ROOT)\stage\lib" - The "BOOST_LIB_PATH" environment variable has to be the path to your
lib directory of boost.


x64: x64:
- "MAYA_PATH2008_X64" to your installation path of Autodesk Maya - "MAYA_PATH2008_X64" to your installation path of Autodesk Maya.
The include directory of maya has to be "$(YOUR_MAYA_PATH)\include" The include directory of maya has to be "$(YOUR_MAYA_PATH)\include".
The lib directory of maya has to be "$(YOUR_MAYA_PATH)\lib" The lib directory of maya has to be "$(YOUR_MAYA_PATH)\lib".
- "BOOST_ROOT" to your installation path of boost - The "BOOST_ROOT" environment variable has to be the path to your
The boost include directory has to be "$(BOOST_ROOT)" installation path of boost.
The lib directory of boost has to be "$(BOOST_ROOT)\stage64\lib" - The "BOOST_LIB64_PATH" environment variable has to be the path to your
lib directory of boost.


Download and compile the sources of COLLADAMaya from Download and compile the sources of COLLADAMaya from
https://colladamaya.svn.sourceforge.net/svnroot/colladamaya/branches/nextgen. https://colladamaya.svn.sourceforge.net/svnroot/colladamaya/branches/nextgen.
Expand Down
16 changes: 8 additions & 8 deletions COLLADAMaya/README.TXT
@@ -1,8 +1,8 @@
COLLADAMaya is a new implementation of a Autodesk Maya plug-in to export a COLLADAMaya is a new implementation of a Autodesk Maya plug-in to export a
Maya scene or parts of it to a COLLADA file, released under the MIT-license. Maya scene or parts of it to a COLLADA file, released under the MIT-license.

This plug-in does not store the COLLADA document in an intermidiate data This plug-in does not store the COLLADA document in an intermidiate data
model, it writes the data directly into file. This results in reduction of model, it writes the data directly into file. This results in reduction of
memory consumption and better performance. memory consumption and better performance.

For installation instructions please read the "INSTALL" file. For installation instructions please read the "INSTALL" file.

0 comments on commit 63fd258

Please sign in to comment.