Changes between Version 1 and Version 2 of UserDocumentation


Ignore:
Timestamp:
Jan 19, 2009 4:43:05 PM (4 years ago)
Author:
cervajs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserDocumentation

    v1 v2  
    66qutecom -c call\123456 
    77}}} 
     8 
     9 
     10== Running from USB stick == 
     11Default config directories 
     12  * On windows : home/Application Data/qutecom-2.2 
     13  * On linux: home/.qutecom-2.2 
     14  * On mac: home/Library/Application Support/qutecom-2.2 
     15 
     16you may specify different directory by "-q" 
     17 
     18{{{ 
     19qutecom -q  
     20}}} 
     21 
     22it's parsed from wengophone/src/model/config/CommandLineParser.cpp 
     23 
     24function std::string getDefaultUserConfigDir(const std::string) 
     25