1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Tidied cygwin notes

This commit is contained in:
James Booth 2012-09-08 17:13:01 +01:00
parent 8e0d8d2a86
commit 272e12a38b

36
cygwin
View File

@ -1,52 +1,40 @@
Install cygwin: Install cygwin:
http://www.cygwin.com/ http://www.cygwin.com/
http://cygwin.com/setup.exe http://cygwin.com/setup.exe
Choose git and wget 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 wget http://apt-cyg.googlecode.com/svn/trunk/apt-cyg
chmod +x apt-cyg chmod +x apt-cyg
mv apt-cyg /usr/local/bin/ mv apt-cyg /usr/local/bin/
git clone git://github.com/boothj5/head-unit.git 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
cd head-unit
apt-cyg install make gcc
ln -s /usr/bin/gcc-3.exe /usr/bin/gcc.exe ln -s /usr/bin/gcc-3.exe /usr/bin/gcc.exe
ln -s /usr/bin/g++-3.exe /usr/bin/g++.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
make install make install
cd .. cd ..
git clone git://github.com/metajack/libstrophe.git git clone git://github.com/metajack/libstrophe.git
cd libstrophe cd libstrophe
apt-cyg install automake autoconf pkg-config
./bootstrap.sh ./bootstrap.sh
./bootstrap.sh ./bootstrap.sh
apt-cyg install openssl-devel expat zlib-devel ./configure
make make
make install make install
cd .. cd ..
./bootstrap.sh ./bootstrap.sh
apt-cyg install libncurses-devel ./configure
make make
make install make install
cd ..
./bootstrap.sh
apt-cyg install libncurses-devel libxml2-devel libglib2.0-devel libcurl-devel