Re: release archive format
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Message-ID | <751668806.7257529.1364931118424.JavaMail.root@zimbra33-e6.priv.proxad.net> |
----- Mail original ----- > De: "Arpit Baldeva" <[email protected]> > À: [email protected] > Envoyé: Mardi 2 Avril 2013 20:26:25 > Objet: [cairo] release archive format > > > > > > Hi, > > > > I downloaded the latest releases from > http://cairographics.org/releases/ > > > > LATEST-cairo-1.12.14 > > LATEST-pixman-0.28.2 > > > > I was able to unzip pixman by renaming the file to .gz,unrar, rename > the file again to .gz and unrar on Windows. However, when I rename > the cairo to .gz and unzip/unrar, I am not able to unzip > successfully. I always get a “The archive is either in unknown > format or damaged”. > > > > So my question is what format is the archive in? Is this information > documented somewhere? > > > > Thanks. > You would have find by yourself looking into the release directory and finding the package with corresponding version. This is tar.xz package that you could directly tar -xf with a modern tar version that support automatic format discovery and xz format. Minimal version should be tar-1.22 (published in 2009). http://lists.gnu.org/archive/html/info-gnu/2009-03/msg00002.html If your tar version is older, you need to install xz package and decompress with xz and pipe to tar like this xz -dc <thefile.tar.xz> | tar xf - Gilles -- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo