Changes between Version 15 and Version 16 of BuildWindows


Ignore:
Timestamp:
May 10, 2011 1:39:57 PM (2 years ago)
Author:
chris-mac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildWindows

    v15 v16  
    3535hg clone http://hg.qutecom.org/qutecom-3.0 
    3636}}} 
     37 
     38= Configure = 
     39Now we need to configure QuteCom: 
     40{{{ 
     41cd qutecom-3.0\build 
     42cmake -DCMAKE_BUILD_TYPE=Debug -G "NMake Makefiles" .. 
     43}}} 
     44 
     45See [wiki:HowToBuildFromSource#CMake here] for description of possible cmake options