Install to Cygwin
Install to Cygwin — How to install Cutter to Cygwin
|
|
Introduction
This document explains how to install Cutter to Cygwin.
You can install Cutter to Cygwin 1.7.
Install Cygwin
First, download Cygwin 1.7 installer:
Next, install the following packages with the downloaded installer:
gcc4
gdb
libglib2.0-devel
gettext-devel
intltool
libiconv
libtool
make
pkg-config
wget
Enter into Cygwin. Now, you can run Cygwin.
Install Cutter
Install Cutter:
% cd
% wget http://sourceforge.net/projects/cutter/files/cutter/1.2.4/cutter-1.2.4.tar.gz
% tar xvzf cutter-1.2.4.tar.gz
% cd cutter-1.2.4
% ./configure
% make
% make install
The next step
Installation is completed. You should try
tutorial
with the installed Cutter.