This tool performs mesh segmentation, surface parameterization, and chart packing.
This is especially useful when generating light maps for meshes that do not have artist-supplied uv's.
Open vc9/thekla.sln
using Visual Studio.
Use cmake. For example:
$ brew install cmake # Install cmake
$ cmake -H. -Bbuild # Create makefiles
$ cmake --build build # Invoke the build