Download
Download mobloquer from sourceforge.net
System Requirements
- libc-dev/libc6-dev
- g++
- make
- libqt4-core (>=4.3.0)
- libqt4-gui (>=4.3.0)
- libqt4-dev (>=4.3.0)
- moblock(version 0.8/0.9)
- moblock-control (http://moblock-deb.sourceforge.net/)
Installation Instructions
- Grab the source code either from subversion or from the "download" link above, after you have installed all the required dependencies.
- If the source code was compressed, extract it.
- Open a terminal and execute the following commands
- cd mobloquer_path #the path where you extracted/downloaded mobloquer
- qmake-qt4
- make
- sudo make install
Ubuntu/Debian packages
Ubuntu/Debian users can install mobloquer and its dependencies from the moblock-deb repository: http://moblock-deb.sourceforge.net/ After adding the appropriate lines in your sources.list as described in the moblock-deb website, execute the following commands to install mobloquer:
- sudo apt-get update
- sudo apt-get install moblock mobloquer
Subversion
You can checkout the latest(possibly unstable) code from subversion using the command:
- svn co https://mobloquer.svn.sourceforge.net/svnroot/mobloquer/trunk mobloquer
Known issues
- If mobloquer stops working properly, the first thing you should try to do is delete its configuration file. Just run "rm ~/.config/mobloquer/mobloquer.conf" in a terminal to do so.
- If you can not connect to the internet after starting moblock, it is probably blocking your LAN/router. Use the "stop blocking this IP" button to whitelist your local network IP addresses which are being blocked.
- If you want to use mobloquer with moblock 0.8, and you have installed moblock through moblock-deb repo, run "sudo touch /etc/default/moblock" in a terminal before running the program.
- Launch Mobloquer with the argument --tray if you want it to start minimzed in the tray.