File: INSTALL_windows_msvc.txt

package info (click to toggle)
monotone 1.1-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 20,984 kB
  • ctags: 8,622
  • sloc: cpp: 86,450; sh: 6,906; perl: 924; makefile: 813; python: 517; lisp: 379; sql: 118; exp: 91; ansic: 52
file content (26 lines) | stat: -rw-r--r-- 943 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Visual Studio 2005

WARNING: as you can tell from the VS version above, the visualc
directory as well as this documentation is heavily out-dated. Please
get in touch if you're interested in using MSVC to build monotone.

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)