Cygwin Download Mac
SDCC is a retargettable, optimizing standard C (ANSI C89 / ISO C90, ISO C99, ISO C11 / C17) compiler that targets a growing list of processors including the Intel 8051, Maxim 80DS390, Zilog Z80, Z180, eZ80 (in Z80 mode), Rabbit 2000, GameBoy, Motorola 68HC08, S08, STMicroelectronics STM8 and Padauk PDK14 and PDK15 targets. There also is incomplete support for the Microchip PIC16 and PIC18. Cygwin (64-bit) is a collection of tools which provide a Linux look and feel environment for Windows. Cygwin is a DLL (cygwin1.dll) which acts as a Linux API layer providing substantial Linux API.
Downloads by version
WIT v3.03a, 2020-08-03
- wit-v3.03a-r8245-i386.tar.gz : Linux/i386 (32 bit) [5.2 MB]
- wit-v3.03a-r8245-x86_64.tar.gz : Linux/x86_64 (64 bit) [5.6 MB]
- wit-v3.03a-r8245-mac.tar.gz : Mac x86_64 binaries [2.8 MB]
- wit-v3.03a-r8245-cygwin.zip : Cygwin (Windows) [11.5 MB]
- wit-v3.03a-r8245-html.zip : HTML documentation, a copy of wit.wiimm.de [1.8 MB]
WIT v3.02a, 2018-11-23 (Options --dsync and --progess)
- wit-v3.02a-r7679-i386.tar.gz : Linux/i386 (32 bit) [4.6 MB]
- wit-v3.02a-r7679-x86_64.tar.gz : Linux/x86_64 (64 bit) [6.0 MB]
- wit-v3.02a-r7679-mac.tar.gz : Mac OS universal binaries (ppc, i386 and x86_64) [8.0 MB]
- wit-v3.02a-r7679-cygwin.zip : Cygwin (Windows) [11.1 MB]
- wit-v3.02a-r7679-html.zip : HTML documentation, a copy of wit.wiimm.de [0.9 MB]
WIT v3.01a, 2017-12-03 (New option --dsync)
Download Cygwin Terminal
- wit-v3.01a-r7464-i386.tar.gz : Linux/i386 (32 bit) [4.3 MB]
- wit-v3.01a-r7464-x86_64.tar.gz : Linux/x86_64 (64 bit) [5.4 MB]
- wit-v3.01a-r7464-mac.tar.gz : Mac OS universal binaries (ppc, i386 and x86_64) [7.9 MB]
- wit-v3.01a-r7464-cygwin.zip : Cygwin (Windows) [10.9 MB]
- wit-v3.01a-r7464-html.zip : HTML documentation, a copy of wit.wiimm.de [0.5 MB]
WIT v3.00a, 2017-08-13 (First version of v3.* series)
- wit-v3.00a-r7387-i386.tar.gz : Linux/i386 (32 bit) [4.3 MB]
- wit-v3.00a-r7387-x86_64.tar.gz : Linux/x86_64 (64 bit) [4.6 MB]
- wit-v3.00a-r7387-cygwin.zip : Cygwin (Windows) [10.9 MB]
- wit-v3.00a-r7387-html.zip : HTML documentation, a copy of wit.wiimm.de [0.5 MB]
WIT v2.40a, 2017-01-05 (Last version of v2.* series)
- wit-v2.40a-r7331-i386.tar.gz : Linux/i386 (32 bit) [3.7 MB]
- wit-v2.40a-r7331-x86_64.tar.gz : Linux/x86_64 (64 bit) [3.8 MB]
- wit-v2.40a-r7331-mac.tar.gz : Mac OS universal binaries (ppc, i386 and x86_64) [6.3 MB]
- wit-v2.40a-r7331-cygwin.zip : Cygwin (Windows) [10.0 MB]
- wit-v2.40a-r7331-html.zip : HTML documentation, a copy of wit.wiimm.de [0.5 MB]
Releases
Please download one of the latest releases in order toget an API-stable version of cairo. You'll need both the cairo andpixman packages.
See In-Progress Development (below) for details ongetting and building the latest pre-release source code if that's whatyou're looking for.
Binary Packages
GNU/Linux distributions
Many distributions including Debian,Fedora, and others regularly includerecent versions of cairo. As more and more applications depend oncairo, you might find that the library is already installed. To getthe header files installed as well may require asking for a -dev or-devel package as follows:
For Debian and Debian derivatives including Ubuntu: Microsoft office word 2007 free download.
For Fedora:
For openSUSE:
Windows
Precompiled binaries for Windows platforms can be obtained in avariety of ways.
From Dominic Lachowicz:
Since GTK+ 2.8 and newer depends on Cairo, you can have Cairoinstalled on Win32 as a side-effect of installing GTK+. For example,see The Glade/GTK+ for WindowsToolkit.
From Daniel Keep (edited by Kalle Vahlman):
Go to official GTK+ for Windows page.
You probably want at least the zlib, cairo, and libpng run-time archives(you can search on those strings to find them in thepage). That should be it. Just pop libcairo-2.dll, libpng13.dll andzlib1.dll into your working directory or system PATH, and away you go!
That gives you the base cairo functions, the PNG functions, and theWin32 functions.
Mac OS X
Using MacPorts, the port is called'cairo', so you can just type:
And to upgrade to newer versions once installed:
If you use fink instead, the command toinstall cairo is:
In general, fink is more conservative about upgrading packages thanMacPorts, so the MacPorts version will be closer to the bleeding edge,while the fink version may well be more stable.
If you want to stay on the absolute cutting-edge of what's happeningwith cairo, and you don't mind playing with software that is unstableand full of rough edges, then we have several things you might enjoy:
Snapshots
We may from time to time create a snapshot of thecurrent state of cairo. These snapshots do not guarantee API stabilityas the code is still in an experimental state. Again, you'll want bothcairo and pixman packages from that directory.
Browsing the latest code
The cairo library itself is maintained with thegit version control system. You may browse thesource online using the cgitinterface.
Downloading the source with git
You may also use git to clone a local copy of the cairo library sourcecode. The following git commands are provided for your cut-and-pasteconvenience.
followed by periodic updates in each resulting directory:
Once you have a clone this way, you can browse it locally withgraphical tools such as gitk or gitview. You may also commit changeslocally with 'git commit -a'. These local commits will beautomatically merged with upstream changes when you next 'git pull',and you can also generate patches from them for submitting to thecairo mailing list with 'git format-patch origin'. To compile theclone, you need to run ./autogen.sh initially and then follow theinstructions in the file named INSTALL.
You may need some distribution-specific development packages to compilecairo. If your are using Debian or Ubuntu, you may findadditional details for Debian-derived systemshelpful.
Git under Linux/UNIX
If you can't find git packages for your distribution, (thoughcheck for a git-core package as well), you can get tar files fromhttp://code.google.com/p/git-core/downloads/list
Git on Windows
You can use Git on Windows either with msysgit or git inside Cygwin. Msysgit is the recommended way to go as the installation is much simpler and it provides a GUI. In all cases, make sure the drive you download the repository on is formatted NTFS, as Git will generate errors on FAT32.
MSYSGIT
See the msysgit project for thelatest information about git for Windows. You'll find a .exe installerfor git there, as well as pointers to the cygwin port of git as well. This is all you need to do.
GIT ON CYGWIN
Download and run the Cygwin Setup.exe from Cygwin's website. Walkthrough the initial dialog boxes until you reach the 'Select Packages'page. Click the 'View' button to display an alphabetical list ofpackages and select the 'git' package.
If you want to build using gcc, you will also need to select thefollowing packages:
- 'automake' ( anything >=1.7 )
- 'gcc-core'
- 'git' ( no need to click on this again if you did so above )
- 'gtkdoc'
- 'libtool'
- 'pkg-config'
Cygwin Terminal Download For Mac
Whether you build with gcc or not:
Click 'Next' and Cygwin setup will download all you need. Afterdownloading, go to the directory where Cygwin is installed, and run'cygwin.bat'. This will open a command prompt.Mount anexisting directory on your hard drive, cd to that directory, and thenfollow the 'Downloading with git' instructions above.
If you want to build using Visual Studio and still want the latestsource, you will need cygwin, but you will only need to select the'git' package. See the VisualStudio page for more details.
- Download and install zlib. Build zlib from its /projects folder, and use LIB RELEASE configuration.
- Download and install libpng. Build libpng from its /projects folder and use LIB RELEASE configuration.
- Install the MozillaBuild environment from here: MozillaBuild
- If you chose the default install path, you'll find in c:mozilla-build several batch files. Edit the one corresponding to your version of VC++ (or a copy of it), and modify the INCLUDE and LIB paths. You'll need to add the zlib and libpng INCLUDE and LIBpaths. Also include <your repository>cairosrc, <your repository>cairoboilerplate, and <your repository>pixmanpixman to the INCLUDE paths. Here's an example (your paths will vary obviously):
- Launch the batch file you just modified. It'll open a mingw window. Ignore the error messages that might appear at the top of the window.We'll now build everything in debug configuration. For release, replace CFG=debug by CFG=release
- Browse to pixman's folder (pixmanpixman), and run make -f Makefile.win32 CFG=debug
- Browse to Cairo's src folder (cairosrc), and run make -f Makefile.win32 static CFG=debug.You now have your library in cairosrcdebug (or release).You can build the remaining ancillary cairo parts with the following steps, or go enjoy your library now.
- Browse to Cairo's boilerplate folder (cairoboilerplate), and run make -f Makefile.win32 CFG=debug
- Browse to Cairo's test pdiff folder (cairotestpdiff), and run make -f Makefile.win32
- Browse to Cairo's test folder (cairotest), and run make -f Makefile.win32 CFG=debug
- Browse to Cairo's benchmark folder (cairoperf), and run make -f Makefile.win32 CFG=debug
Building in Visual Studio
You can create a Visual Studio solution and projects for each of these: pixman, cairo/src, cairo/boilerplate, cairo/test, cairo/perf. Check each project's properties, make them all makefile projects, and set the build command (NMake) as follows. This example applies to cairo/src in release configuration, residing in C:WorkCairosrc, with the Mozilla Build Tools installed in C:mozilla-build:
Modify the paths and the configuration as needed for the other projects.