File: README.visualc8

package info (click to toggle)
monotone 1.0-6
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 20,708 kB
  • sloc: cpp: 84,765; sh: 6,787; perl: 837; makefile: 833; python: 517; lisp: 379; sql: 118; exp: 88; ansic: 52
file content (22 lines) | stat: -rw-r--r-- 736 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Visual Studio 2005

Install libiconv:
	http://gnuwin32.sourceforge.net/packages/libiconv.htm
	"Complete package, except sources"
	Install to the standard c:\Program Files\GnuWin32\ directory
Install zlib:
	http://gnuwin32.sourceforge.net/packages/zlib.htm
	"Complete package, except sources"
	Install to the standard c:\Program Files\GnuWin32\ directory

Install Boost
	download & unpack Boost
	download bjam to %path%
	'bjam "-sTOOLS=vc-8_0" install'
	** don't set a non-default install directory

open visualc/monotone.sln in Visual Studio

compile

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)