X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=NT-BUILD-TIPS.txt;h=0545116f56437dd390225facfee4e8c02c5da314;hb=c9668c0b9abdf9661d8adeb9124eb284fdcf2791;hp=d163d3f195a81acc0e44e606f75bac15ed02d606;hpb=0fe03275068c0e55d01a7cc2308fa12fdee569cf;p=rrdtool.git diff --git a/NT-BUILD-TIPS.txt b/NT-BUILD-TIPS.txt index d163d3f..0545116 100644 --- a/NT-BUILD-TIPS.txt +++ b/NT-BUILD-TIPS.txt @@ -1,6 +1,6 @@ Compiling RRDtool 1.1.x on Win32 (WinXP/Win2K with Visual C++): --------------------------------------------------------------- -4/1/02 Jake Brutlag (jakeb@corp.webtv.net) +5/14/02 Jake Brutlag (jakeb@corp.webtv.net) These notes share some insight I gained compiling 1.1.x with MS Visual C++ 6.0 (using project files). This information may or @@ -18,7 +18,12 @@ configure script-- but of course not on Win32 platforms). ..\..\confignt (which contains a static Win32 version of config.h) should be on the include path. (4) Fonts are located in the %windir%\fonts, so the default font -is c:\winnt\fonts\cour.ttf. +is c:\winnt\fonts\cour.ttf. (6/19/02) At Kerry Calvert's suggestion +this setting was moved to confignt\config.h. +(5) libart requires a custom build step to generate art_config.h; this +is done manually via the commands: +cl -I..\..\confignt gen_art_config.c +gen_art_config.exe > art_config.h Currently, to compile rrd.lib and rrdtool.exe using the MSVC++ project files, first start MSVC++ 6.0. Open the rrdtool