about summary refs log tree commit diff stats
path: root/cygwin
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-09-08 17:13:01 +0100
committerJames Booth <boothj5@gmail.com>2012-09-08 17:13:01 +0100
commit272e12a38b1c0ec35ed1ffc69ecacfd74f173840 (patch)
tree871dd8478dde2996e548412f17f52c526420310e /cygwin
parent8e0d8d2a866548a8a21ab016d147e4ae021878cb (diff)
downloadprofani-tty-272e12a38b1c0ec35ed1ffc69ecacfd74f173840.tar.gz
Tidied cygwin notes
Diffstat (limited to 'cygwin')
-rw-r--r--cygwin36
1 files changed, 12 insertions, 24 deletions
diff --git a/cygwin b/cygwin
index 267ca8b2..f6f2c02a 100644
--- a/cygwin
+++ b/cygwin
@@ -1,52 +1,40 @@
 Install cygwin:
 
 http://www.cygwin.com/
-
 http://cygwin.com/setup.exe
 
 Choose git and wget
 
-mkdir projects-git
-git clone git://github.com/boothj5/profanity.git
-
-cd profanity
-
 wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg
-
 chmod +x apt-cyg
 mv apt-cyg /usr/local/bin/
 
-git clone git://github.com/boothj5/head-unit.git
-
-cd head-unit
-apt-cyg install make gcc
+apt-cyg install make gcc automake autoconf pkg-config openssl-devel expat zlib-devel libncurses-devel libncurses-devel libxml2-devel libglib2.0-devel libcurl-devel libidn-devel libssh2-devel libkrb5-devel openldap-devel
 ln -s /usr/bin/gcc-3.exe /usr/bin/gcc.exe
 ln -s /usr/bin/g++-3.exe /usr/bin/g++.exe
+
+mkdir projects-git
+git clone git://github.com/boothj5/profanity.git
+cd profanity
+
+git clone git://github.com/boothj5/head-unit.git
+cd head-unit
 make
 make install
 
 cd ..
-git clone git://github.com/metajack/libstrophe.git
 
+git clone git://github.com/metajack/libstrophe.git
 cd libstrophe
-apt-cyg install automake autoconf pkg-config
 ./bootstrap.sh
 ./bootstrap.sh
-apt-cyg install openssl-devel expat zlib-devel
+./configure
 make
 make install
 
 cd ..
+
 ./bootstrap.sh
-apt-cyg install libncurses-devel 
+./configure
 make
 make install
-
-cd ..
-./bootstrap.sh
-apt-cyg install libncurses-devel libxml2-devel libglib2.0-devel libcurl-devel
-
-
-
-
-