1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-10-06 20:03:46 -04:00
profanity/cygwin

53 lines
855 B
Plaintext
Raw Normal View History

2012-09-08 11:41:50 -04:00
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
ln -s /usr/bin/gcc-3.exe /usr/bin/gcc.exe
ln -s /usr/bin/g++-3.exe /usr/bin/g++.exe
make
make install
cd ..
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
make
make install
cd ..
./bootstrap.sh
apt-cyg install libncurses-devel
make
make install
cd ..
./bootstrap.sh
apt-cyg install libncurses-devel libxml2-devel libglib2.0-devel libcurl-devel