Changes between Version 1 and Version 2 of UserDocumentation
- Timestamp:
- Jan 19, 2009 4:43:05 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UserDocumentation
v1 v2 6 6 qutecom -c call\123456 7 7 }}} 8 9 10 == Running from USB stick == 11 Default 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 16 you may specify different directory by "-q" 17 18 {{{ 19 qutecom -q 20 }}} 21 22 it's parsed from wengophone/src/model/config/CommandLineParser.cpp 23 24 function std::string getDefaultUserConfigDir(const std::string) 25
