1 | Visual Studio 2005␍␊ |
2 | ␍␊ |
3 | Install libiconv:␍␊ |
4 | ␉http://gnuwin32.sourceforge.net/packages/libiconv.htm␍␊ |
5 | ␉"Complete package, except sources"␍␊ |
6 | ␉Install to the standard c:\Program Files\GnuWin32\ directory␍␊ |
7 | Install zlib:␍␊ |
8 | ␉http://gnuwin32.sourceforge.net/packages/zlib.htm␍␊ |
9 | ␉"Complete package, except sources"␍␊ |
10 | ␉Install to the standard c:\Program Files\GnuWin32\ directory␍␊ |
11 | ␍␊ |
12 | Install Boost␍␊ |
13 | ␉download & unpack Boost␍␊ |
14 | ␉download bjam to %path%␍␊ |
15 | ␉'bjam "-sTOOLS=vc-8_0" install'␍␊ |
16 | ␉** don't set a non-default install directory␍␊ |
17 | ␍␊ |
18 | open visualc/monotone.sln in Visual Studio␍␊ |
19 | ␍␊ |
20 | compile␍␊ |
21 | ␍␊ |
22 | make sure libiconv2.dll and zlib1.dll (from c:\Program Files\GnuWin32\bin\) are where the monotone binary can find them (same directory, or a system lib directory) |