Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] CGAL's latest version installation

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] CGAL's latest version installation


Chronological Thread 
  • From: "Alegre, Raquel" <>
  • To: "" <>
  • Subject: Re: [cgal-discuss] CGAL's latest version installation
  • Date: Fri, 31 Jul 2015 14:52:39 +0000
  • Accept-language: en-US
  • Authentication-results: inria.fr; dkim=none (message not signed) header.d=none;
  • Db5pr01mb1288: X-MS-Exchange-Organization-RulesExecuted
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:23

Thanks a lot for your prompt reply, and apologies for asking something
that is in the FAQ section 0:-)

I first tried wheezy (stable):

sudo apt-add-repository "deb http://debian.cgal.org wheezy main”
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key
B8FAFF1C43886771
sudo apt-get update
sudo apt-get install libcgal-dev

But the installation didn’t work because it was not finding my boost
libraries and I was not sure about how to proceed, so I tried jessie
(test) instead:

sudo apt-add-repository "deb http://debian.cgal.org jessie main"
sudo apt-get update
sudo apt-get install libcgal-dev


And it worked! :-)

$ apt-cache policy libcgal-dev
libcgal-dev:
Installed: 4.6-1~deb8u1
Candidate: 4.6-1~deb8u1
Version table:
*** 4.6-1~deb8u1 0
500 http://debian.cgal.org/ jessie/main amd64 Packages
100 /var/lib/dpkg/status
4.6-1~deb7u1 0
500 http://debian.cgal.org/ wheezy/main amd64 Packages
4.2-5ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64
Packages
3.9-1build1 0
500 http://archive.ubuntu.com/ubuntu/ precise/multiverse amd64
Packages


Thanks so much for your help,
Raquel



On 31/07/2015 13:44, "Sebastien Loriot (GeometryFactory)"
<>
wrote:

>http://www.cgal.org/FAQ.html#debian_packages
>might help.
>
>Sebastien.
>
>On 07/31/2015 03:38 PM, Alegre, Raquel wrote:
>> Hi,
>>
>> I’m trying to install CGAL’s latest version (4.6) in a Linux Mint
>>machine.
>> I’ve tried with:
>>
>> sudo apt-get update
>> Sudo apt-get install libcgal-dev
>>
>> But it installs 4.2 instead:
>>
>>>> apt-cache policy libcgal-dev
>> libcgal-dev:
>> Installed: 4.2-5ubuntu1
>> Candidate: 4.2-5ubuntu1
>> Version table:
>> *** 4.2-5ubuntu1 0
>> 500 http://archive.ubuntu.com/ubuntu/ trusty/universe amd64
>> Packages
>> 100 /var/lib/dpkg/status
>> 3.9-1build1 0
>> 500 http://archive.ubuntu.com/ubuntu/ precise/multiverse amd64
>> Packages
>>
>>
>>
>> I see 4.6 can be installed from source, but I’ve tried and failed
>> miserably. Is there an apt-get way to install it? Perhaps I’m missing
>> something?
>>
>> Any help would be greatly appreciated.
>>
>> Cheers,
>> Raquel
>>
>>
>
>
>--
>You are currently subscribed to cgal-discuss.
>To unsubscribe or access the archives, go to
>https://sympa.inria.fr/sympa/info/cgal-discuss
>
>



Archive powered by MHonArc 2.6.18.

Top of Page