Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
diana:windows:building:metlibs [2010-02-22 16:02:09] dages created |
diana:windows:building:metlibs [2022-05-31 09:29:31] (current) |
||
---|---|---|---|
Line 2: | Line 2: | ||
First, check out the source code using your favorite Subversion client (I recommend TortoiseSVN). | First, check out the source code using your favorite Subversion client (I recommend TortoiseSVN). | ||
+ | |||
+ | We won't build shared libraries. | ||
Since we currently don't have working HDF4 and MySQL libraries, we have to disable everything that uses those directly or indirectly: | Since we currently don't have working HDF4 and MySQL libraries, we have to disable everything that uses those directly or indirectly: | ||
Line 8: | Line 10: | ||
* MySQL: puSQL, diSQL | * MySQL: puSQL, diSQL | ||
- | We also need to specify where Qt is to be found (normally '' | + | We also need to specify where Qt is to be found (normally '' |
- | Of course, we also need to point '' | + | Of course, we also need to point '' |
$ ./ | $ ./ | ||
- | $ LDFLAGS=-L/c/met.no/lib CPPFLAGS=-I/c/ | + | $ LDFLAGS=-Lc:/met.no/lib CPPFLAGS=-Ic:/ |
- | ./configure --prefix=/c/met.no \ | + | ./ |
--disable-tsData --disable-pets2 --disable-qTimeseries \ | --disable-tsData --disable-pets2 --disable-qTimeseries \ | ||
--disable-puSQL --disable-diSQL \ | --disable-puSQL --disable-diSQL \ | ||
- | --with-qt4=/c/qt/4.4.0 | + | |
+ | | ||
$ make all install | $ make all install | ||