Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] ZLIB, CGAL, CMake--I'm making some progress here:

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] ZLIB, CGAL, CMake--I'm making some progress here:


Chronological Thread 
  • From: "Laurent Rineau (GeometryFactory)" <>
  • To:
  • Subject: Re: [cgal-discuss] ZLIB, CGAL, CMake--I'm making some progress here:
  • Date: Sun, 18 Oct 2009 16:58:37 +0200
  • Organization: GeometryFactory

Le dimanche 18 octobre 2009 01:27:34, A S a écrit :
> Laurent Rineau has been very patient and generous in helping me try to
> figure out the compilation process.
> What I discovered since I last posted is that the upper primary pane inside
> CMake-GUI can be written into (did not know that until now).

In that pane you can modify also the source directory. Using that, you can:
- build CGAL libraries, without configuring the demos and examples, using
the
CGAL root directory as source directory,
- then configure and build the examples and demos one by one, by using
their
directory as source directory, once the CGAL libraries are configured and
build.

> And that I
> hadn't been seeing the ZLIB options because they don't appear when Simple
> View dropdown is selected (but do appear for editing inside the Advanced
> View).
> So I've made the changes he recommended, and find that zlib.lib is needed
> (as was also advised to me).

If you have zdll.lib, I think that that is sufficient. That one is probably
the
dynamic library: if uses at link time, at runtime the program will need to
find
zlib1.dll

If you compile zlib yourself, you can compile a static version of zlib.lib,
which does not require any dll at runtime. But I think you can use the
dynamic
version that you already have.


--
Laurent Rineau, PhD
Release Manager of the CGAL Project
http://www.cgal.org/
R&D Engineer at GeometryFactory
http://www.geometryfactory.com/



Archive powered by MHonArc 2.6.16.

Top of Page