mobileconf is a very simple tool for quickly configuring your laptop when your travel to places with distinct network environment. It is basically customized for Linux operating systems. No tests have been performed on other platforms.
Written in C++ and linked to Qt4, it should compile on all platforms supported by Qt 4. However, it has only been tested on a Linux Gentoo, with gcc 4.1.1.
mobileconf uses Qt libraries (Qt 4) and QtbTools and QtbGuiTools distributed inside Sesarray package. The recommended compiler is certainly gcc available for all plateforms (Windows included: minGw).
| Unpacking the archive |
$ tar xvfpz mobileconf-src-X.X.X.tar.gz $ cd mobileconf-src-X.X.X |
A configure script creates the necessary Makefiles. Usual options for configure are available (option '--help' for details).
| Configure the installation path (Linux and Mac) |
$ ./configure |
You will be prompted for the license agreement. You are ready to compile and to install the package:
| Compile and install |
$ make install |
| Date | Release | Binary packages | Sources | Dependencies | |
|---|---|---|---|---|---|
| Mac OS X | Windows | ||||
| 2008-10-08 | 0.2.0 | mobileconf-src-0.2.1.tar.gz |
Qt (>=4.4.0) QtbTools (>=1.18.0) QtbGuiTools (>=1.10.0) |
||
| 2007-02-19 | 0.1.2 | mobileconf-src-0.1.2.tar.gz |
QtCore (>=4.2.2) QtGui (>=4.2.2) QtNetwork (>=4.2.2) |
||
| 2007-01-17 | 0.1.1 | mobileconf-src-0.1.1.tar.gz |
QtCore (>=4.1.4) QtGui (>=4.1.4) QtNetwork (>=4.1.4) |
||
At every KDE startup the following screen will appear. Just click once on the right configuration.
Copyright (C) 2008 Marc Wathelet
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
Modified 2007-01-17 by Marc Wathelet