Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
diana:windows:building:metlibs [2010-02-23 12:53:44]
dages
diana:windows:building:metlibs [2022-05-31 09:29:31] (current)
Line 10: Line 10:
   * MySQL: puSQL, diSQL   * MySQL: puSQL, diSQL
  
-We also need to specify where Qt is to be found (normally ''C:\Qt\x.y.z'' which translates to ''/c/qt/x.y.z'' where ''x.y.z'' is the version number, e.g. ''4.4.0'').+We also need to specify where Qt is to be found (normally ''C:/Qt/x.y.z'' where ''x.y.z'' is the version number, e.g. ''4.4.0'').
  
-Of course, we also need to point ''LDFLAGS'', ''CPPFLAGS'' and ''--prefix'' at ''c:\met.no'' aka. ''/c/met.no''.+Of course, we also need to point ''LDFLAGS'', ''CPPFLAGS'' and ''--prefix'' at ''c:/met.no''.
  
   $ ./autogen.sh   $ ./autogen.sh
-  $ LDFLAGS=-L/c/met.no/lib CPPFLAGS=-I/c/met.no/include \ +  $ LDFLAGS=-Lc:/met.no/lib CPPFLAGS=-Ic:/met.no/include \ 
-      ./configure --disable-shared --prefix=/c/met.no \+      ./configure --disable-shared --prefix=c:/met.no \
       --disable-tsData --disable-pets2 --disable-qTimeseries \       --disable-tsData --disable-pets2 --disable-qTimeseries \
       --disable-puSQL --disable-diSQL \       --disable-puSQL --disable-diSQL \
-      --enable-gribapi \ +      --enable-gribapi --with-netcdf 
-      --with-qt4=/c/qt/4.4.0+      --with-qt4=c:/qt/4.4.0
   $ make all install   $ make all install
  
  • diana/windows/building/metlibs.1266929624.txt.gz
  • Last modified: 2022-05-31 09:23:14
  • (external edit)