about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-22 21:49:38 +0100
committerJames Booth <boothj5@gmail.com>2012-10-22 21:49:38 +0100
commit77a4ad54536bae79fb8962b2b43f72c49615c9d5 (patch)
tree2bea30158b53d5b6b8044b09b220306929181b7c
parenta314e03db2a57c18f653f18c63b3dc138b0b93e9 (diff)
downloadprofani-tty-77a4ad54536bae79fb8962b2b43f72c49615c9d5.tar.gz
Removed cygwin notes from root folder
-rw-r--r--cygwin40
1 files changed, 0 insertions, 40 deletions
diff --git a/cygwin b/cygwin
deleted file mode 100644
index f6f2c02a..00000000
--- a/cygwin
+++ /dev/null
@@ -1,40 +0,0 @@
-Install cygwin:
-
-http://www.cygwin.com/
-http://cygwin.com/setup.exe
-
-Choose git and wget
-
-wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg
-chmod +x apt-cyg
-mv apt-cyg /usr/local/bin/
-
-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
-cd libstrophe
-./bootstrap.sh
-./bootstrap.sh
-./configure
-make
-make install
-
-cd ..
-
-./bootstrap.sh
-./configure
-make
-make install