[Liblas-devel] RE: Building the .net/mono bindings
Martin Rodriguez
mrodriguez at stereocarto.com
Mon Aug 25 02:34:54 EDT 2008
Hi:
>>
>> Is it mandatory this??
> Yes.
Okay.
> OK, I will try to help.
> Please, describe step-by-step how you build libLAS bindings for .NET on
> Windows and Mono on Linux.
Okay. Thank you so much. I see in the osgeo c++ projects you use autotools,
nmake and cmake in all projects.
> Alternative to Autotools/NMAKE is CMake, see (CMakeLists.txt,
> trunk/build/cmake). Feel free to extend cmake builder with steps for
> .NET/Mono.
In my opinion waf is exactly the same to cmake, hehe.
waf configure
waf build
waf install
instead of CMakeLists.txt you have wafscripts files.
The only difference is what waf build the complete source code (like
autotools) and cmake create native workspaces. The advantage is see in waf
you have a complete language like python.
I don´t know any computer without a python installation nowadays hehe. I am
a ruby user and I have python installed in all my computers.
Regards.
More information about the Liblas-devel
mailing list