2012-09-08 11:41:50 -04:00
|
|
|
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/
|
|
|
|
|
2012-09-08 12:13:01 -04:00
|
|
|
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
|
2012-09-08 11:41:50 -04:00
|
|
|
ln -s /usr/bin/gcc-3.exe /usr/bin/gcc.exe
|
|
|
|
ln -s /usr/bin/g++-3.exe /usr/bin/g++.exe
|
2012-09-08 12:13:01 -04:00
|
|
|
|
|
|
|
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
|
2012-09-08 11:41:50 -04:00
|
|
|
make
|
|
|
|
make install
|
|
|
|
|
|
|
|
cd ..
|
|
|
|
|
2012-09-08 12:13:01 -04:00
|
|
|
git clone git://github.com/metajack/libstrophe.git
|
2012-09-08 11:41:50 -04:00
|
|
|
cd libstrophe
|
|
|
|
./bootstrap.sh
|
|
|
|
./bootstrap.sh
|
2012-09-08 12:13:01 -04:00
|
|
|
./configure
|
2012-09-08 11:41:50 -04:00
|
|
|
make
|
|
|
|
make install
|
|
|
|
|
|
|
|
cd ..
|
2012-09-08 12:13:01 -04:00
|
|
|
|
2012-09-08 11:41:50 -04:00
|
|
|
./bootstrap.sh
|
2012-09-08 12:13:01 -04:00
|
|
|
./configure
|
2012-09-08 11:41:50 -04:00
|
|
|
make
|
|
|
|
make install
|