File: README.WIN

package info (click to toggle)
libgeotiff-dfsg 1.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,516 kB
  • ctags: 742
  • sloc: sh: 9,936; ansic: 7,874; makefile: 172
file content (17 lines) | stat: -rw-r--r-- 604 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
    Windows Build
    -------------

Most of the notes in the README apply on Windows as well; however, to 
configure and build follow the following steps:

 o Make sure you have the required environment variables set for VC++.  Often
   this is accomplished by running the VCVARS32.BAT file from the VC++ bin
   directory.

 o Edit makefile.vc, updating the TIFF_DIR (or TIFF_LIB and TIFF_INC) variable
   to point to the location of the tiff build tree.

 o Build using the command ``nmake -f makefile.vc''

If you don't use makefile.vc, you will need to copy geo_config.h.vc to
geo_config.h by hand.