c++ - How to Build H3DAPI with Xcode? -


i want build h3d , communication x3dom, try use cmake bug situation: h3dutil not found.

can me please?

h3d 2.3 source code:

http://www.h3dapi.org/modules/pddownloads/viewcat.php?cid=14

i have find solution:
make sure h3dapi, hapi, , h3dutil source trees have same parent directory.

solution source tree same:

just download these packages , arrange them in same directory/folder.

h3dutil not found:

make sure have set h3dutil_library/h3dutil_debug_library , h3dutil_include_dir correct file paths , directory paths in cmake. libs should direct h3dutil_vc9.lib h3dutil_vc9_d.lib , point includes h3dutil/include directory.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -