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. -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ------------------------------------------------------------------------------ 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
