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: A S <>
  • To:
  • Subject: Re: [cgal-discuss] ZLIB, CGAL, CMake--I'm making some progress here:
  • Date: Sun, 18 Oct 2009 10:11:11 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type; b=dQVaKmCWLr2IpGp1RYTg0KwvossBUGtFrmi54BIsyN/lRKZrEczWNTMcl5pRK7E/iBlEMMBxNVfhwlEaoVFqHkloWge5bipUpxm2tj7gRqp2Qu0xXT2Nu3VSQTx+CmUeNFepv+QgIsvTy6sWe10Zsg/6BlHkMAJ/gju45lfJ8oU=;

Thank you for this info.  I'll probably have more questions (i.e., If, by "...modify also the source directory," you're referring to the large upper pane, where do I modify the source directory in that?).
 
(As opposed to the little field at the top of the window)?  I know only of the "Where is the source code:" field at the top of the window.  Is that the same source that you're talking about?)
 
Thanks again.


--- On Sun, 10/18/09, Laurent Rineau (GeometryFactory) <> wrote:

From: Laurent Rineau (GeometryFactory) <>
Subject: Re: [cgal-discuss] ZLIB, CGAL, CMake--I'm making some progress here:
To:
Date: Sunday, October 18, 2009, 2:58 PM

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/
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss




Archive powered by MHonArc 2.6.16.

Top of Page