Cygwin: getting the setup tool



Similar documents

Opening a Command Shell

Installing C++ compiler for CSc212 Data Structures

Installing Eclipse C++ for Windows

Cygwin Installation s Guide

The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.

Installation Guidelines for NS2 on Windows

Installing the Cygwin UNIX Emulator on Windows 7

PuTTY/Cygwin Tutorial. By Ben Meister Written for CS 23, Winter 2007

Version Control with Subversion and Xcode

and $HOME points to /home/username (your local login name) and this c:\cygwin\home\username to windows.

An introduction to Cygwin

There s a variety of software that can be used, but the approach described here uses freely available Cygwin software: (1) Cygwin/X (2) Cygwin/openssh

Open Source, Incremental Backup for Windows, Step By Step. Tom Scott BarCampLondon2, 17/2/07

WA Continuous Integration with Jenkins- CI, Maven and Nexus. Classroom Setup Guide. Web Age Solutions Inc. Web Age Solutions Inc.

Quick Start Articles provide fast answers to frequently asked questions. Quick Start Article

Running Sleuthkit and Autopsy Under Windows

GETTING FESTIVAL TO RUN ON WINDOWS XP WITH CYGWIN

INSTALLING AN SSH / X-WINDOW ENVIRONMENT ON A WINDOWS PC. Nicholas Fitzkee Mississippi State University

Installing the Android SDK

X11 for Windows. Avi Thaker 1 January 2015

Preparing a SQL Server for EmpowerID installation

WA1826 Designing Cloud Computing Solutions. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

How to install and run. in Microsoft Windows Environment

Contents. Using Web Access Managing Shared Folders Managing Account Settings Index... 39

Table of Content. Official website:

How to Tunnel Remote Desktop using SSH (Cygwin) for Windows XP (SP2)

CS 103 Lab Linux and Virtual Machines

4cast Client Specification and Installation

With a single download, the ADT Bundle includes everything you need to begin developing apps:

Install MS SQL Server 2012 Express Edition

Matisse Installation Guide for MS Windows. 10th Edition

To begin, visit this URL:

MS SQL Express installation and usage with PHMI projects

Understanding Files and Folders

Cloud Connector for embedded Evaluation using Cygwin

Developing In Eclipse, with ADT

Titanium Mobile: How-To

Installation manual SAP Business Objects Data Services XI 3.2 on a Microsoft Windows 7-64-bit machine

Hypercosm. Studio.

Cluster to Cluster Failover Using Double-Take

Yocto Project Eclipse plug-in and Developer Tools Hands-on Lab

Matisse Installation Guide for MS Windows

A survival guide to Radiance on Windows. When you have (almost) no choice :-(

Team Foundation Server 2012 Installation Guide

Building graphic-rich and better performing native applications. Pro. Android C++ with the NDK. Onur Cinar

Software Setup for developing realtime application with LEGO mindstorms NXT

Section 1: Ribbon Customization

Android Setup Phase 2

How to Install SQL Server 2008

Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010

Supported platforms & compilers Required software Where to download the packages Geant4 toolkit installation (release 9.6)

Microsoft Outlook 2007 to Mozilla Thunderbird and Novell Evolution Conversion Guide

Eclipse.org CDT and Cygwin: A Tutorial on Installation and Functionality

Archive Attender Version 3.5

Upgrading from Windows XP to Windows 7

TCH Forecaster Installation Instructions

Freshservice Discovery Probe User Guide

To reduce or not to reduce, that is the question

Setting Up Your FTP Server

SQL Server 2008 R2 Express Edition Installation Guide

Instructions for update installation of ElsaWin 5.00

Appendix K Introduction to Microsoft Visual C++ 6.0

Alteryx Predictive Analytics for Oracle R

Apache 2.0 Installation Guide

Secure Shell Demon setup under Windows XP / Windows Server 2003

Getting Started with Android Development

Section 9. Topics Covered. Using the Out of Office Assistant Working offline Time Required: 30 Mins

Business Objects BI Server Installation Guide - Linux

Installation Instructions Release Version 15.0 January 30 th, 2011

Creating a Java application using Perfect Developer and the Java Develo...

Online Chapter B. Running Programs

Setting up Sudoku example on Android Studio

SAS Marketing Automation 4.4. Unix Install Instructions for Hot Fix 44MA10

A-AUTO 50 for Windows Setup Guide

Montefiore Portal Quick Reference Guide

Secret Server Installation Windows Server 2008 R2

Rational Application Developer v7.0 (RAD7) trial version. Installation guide

1) SETUP ANDROID STUDIO

Advanced Digital Imaging

Installing Java 5.0 and Eclipse on Mac OS X

Installing Java (Windows) and Writing your First Program

Online Backup Client User Manual

ECLIPSE & Faircom ODBC Driver

Backing Up TestTrack Native Project Databases

CS10110 Introduction to personal computer equipment

Configuring browser settings (Internet Explorer and Google Chrome) for Bug Club via a Group Policy

Running your first Linux Program

JBoss Portal 2.4. Quickstart User Guide

Secret Server Installation Windows Server 2012

PKZIP 6.0. Command Line for Windows Getting Started Manual

DOCUMENTATION LOTUS NOTES BACKUP & RESTORE OPERATIONS

Right now, the latest and greatest version of Java available for download is Start with this link to find out more about it

Practice Fusion API Client Installation Guide for Windows

Getting TechWizard Version 4 Started Using Excel 2007 or Higher

In this tutorial I will be uploading multiple images to my ftp folder on my ktools site, and then add them using manager.

TNM093 Practical Data Visualization and Virtual Reality Laboratory Platform

Installing (1.8.7) 9/2/ Installing jgrasp

System Center 2012 R2 SP1 Configuration Manager & Microsoft Intune

warpct.com Basic Computer Skills MS Windows XP Workbook courseware by WARP! Computer Training

Transcription:

Cygwin: getting the setup tool Free, almost complete UNIX environment emulation for computers running MS Windows. Very handy. 1 First, go to the Cygwin Site: http://www.cygwin.org/cygwin/ Download the setup utility (setup.exe); create a directory and save it there. For this discussion, I'll assume you're saving it in C:\cygtemp. Run setup:

Cygwin: preparing to download Click Next and choose Download without installing : 2 This is the best option because the download process can take some time and it occasionally fails to complete on the first try. The downloaded files are saved, in any case, so feel free to Install from Internet if you prefer.

Cygwin: preparing to download Click Next and choose a root directory for the Cygwin repository: 3 Note: this is not where you will actually install Cygwin.

Cygwin: preparing to download Select your connection type (almost certainly Direct Connection): 4 Click Next

Cygwin: choosing the mirror Select a mirror: 5 Note: there is a mirror at VT, which may (or may not) be fastest. Click Next

Cygwin: minimal installation There are many packages, but for some purposes (such as obtaining a Windows version of grep for 2104 assignments), just taking the default install files will be sufficient. If this is all you need, don't bother looking at the details of any of the various packages just click Next and skip to slide 10. 6

Cygwin: full installation There are many packages; you ll expand some of them and choose specific options. You can get it all (about 1.4 GB), or be selective. If you don't have any serious concerns about disk space or download time, my advice is to simply go through the packages one by one and choose every available feature. That way, you can be sure that you will have everything you will need, plus lots of other interesting things 7

Cygwin: choosing the build tools If you don't do a full install, expand the Devel tree Be sure the GNU make tool is selected. 8

Cygwin: choosing the build tools Note: gcc is the GNU Compiler Collection, which includes tools for a number of languages. All you need are the C/C++ tools. The current release of Cygwin includes both gcc 3.3.4 and gcc 4.3.2. I selected both, but at minimum you need the tools that are indicated below. 9 Once you ve selected all of the tools you want to install, click Next

Cygwin: downloading 10 The download might take a considerable amount of time, especially if you've chosen a busy mirror. It's possible to abort the download, then re-run the setup program and choose a different mirror. The important thing is to be sure you download and install everything necessary.

Cygwin: choosing installation settings 11 Once the download is complete, start the setup tool again, and select Install from Local Directory. Choose the root directory for the Cygwin installation (different from the repository, but Eclipse seems to need for it to be in a root-level directory, like C:\cygwin). I recommend sticking with Unix/binary as the default file type. Click Next

Cygwin: choosing installation settings 12 Go through the package listing again and make sure that everything you need is still selected for installation: Click Next wait until the installation completes

Cygwin: setting the Windows environment 13 Cygwin doesn't add itself to the Windows path automatically. Go to Control Panel and run the System applet. Select the Advanced tab, and click on Environment Variables. Select Path under System variables and add the path to the bin subdirectory of your Cygwin installation. You can see mine listed as the second entry in the Path at right. Path entries are separated by semicolons and are not case-sensitive. To check your installation (in a very minimal way), open a Windows command shell and see if gcc is recognized:

Cygwin: setting the Win 7 environment 14 This looks slightly different with the default Windows 7 theme: Select Advanced system settings

Cygwin: setting the Win 7 environment 15 Select Environment Variables

Cygwin: setting the Win 7 environment 16 Select Path under System variables and add the path to the bin subdirectory of your Cygwin installation. If you installed Cygwin in the directory c:\cygwin, which is the default, you'd add the string "c:\cygwin\bin;" (without the quotes) to the beginning of the Path string. Path entries are separated by semicolons and are not case-sensitive. To check your installation (in a very minimal way), open a Windows command shell and see if gcc is recognized (or try typing "grep help" to test that):