Difference between revisions of "Setup cygwin"

From PLplotWiki
Jump to: navigation, search
(New page: == Setup Cygwin == Cygwin<ref>[http://www.cygwin.com/ Cygwin Homepage]</ref> is a Linux-like environment for Windows. It consists of two parts: * A DLL (cygwin1.dll) which acts as a Linux ...)
 
(Download and install)
Line 17: Line 17:
 
* Devel/cmake
 
* Devel/cmake
 
* Devel/libltdl3
 
* Devel/libltdl3
 +
* Devel/make
  
 
=== Setup ===
 
=== Setup ===

Revision as of 06:05, 30 January 2009

Setup Cygwin

Cygwin[1] is a Linux-like environment for Windows. It consists of two parts:

  • A DLL (cygwin1.dll) which acts as a Linux API emulation layer providing substantial Linux API functionality.
  • A collection of tools which provide Linux look and feel.

The Cygwin DLL currently works with all recent, commercially released x86 32 bit and 64 bit versions of Windows, with the exception of Windows CE.

Download and install

Download the Cygwin installer and execute it. This installer allows you to download and install the Cygwin environment and tools. In order to make Plplot compile on Cygwin you need the following packages:

  • Devel/gcc4 or Devel/gcc
  • Devel/g++ or Devel/g++4 (for C++ bindings)
  • Devel/gada or Devel/gada4 (for Ada bindings)
  • Devel/g77 or Devel/gfortran (for f77 bindings)
  • Devel/libqhull-devel
  • Devel/swig
  • Devel/cmake
  • Devel/libltdl3
  • Devel/make

Setup

Links

  1. Cygwin Homepage