2010/1/19 OvermindDL1 <[email protected]>: > On Tue, Jan 19, 2010 at 7:04 AM, Pau Garcia i Quiles > <[email protected]> wrote: >> On Tue, Jan 19, 2010 at 2:38 PM, Dushan Savich <[email protected]> >> wrote: >>> >>> Hi all, >>> Is there any easy way of building wt libs statically from the given CMake >>> scripts , so I don't have to worry every time my system gets updated? >> >> cmake -DSHARED_LIBS:BOOL=OFF /path/to/wt/sources/ >> >> That is what I use for the static build in the Debian packages for Wt 3.1.0a. > > I thought it was static by default? At least that is how it has > always been for me... >
On windows, static libraries are the default, to make executing the examples simpler (no need to set PATH). Regards, Wim. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
