-
Notifications
You must be signed in to change notification settings - Fork 16
Installation
The installation-/run-scripts are tested on Ubuntu 10.04/10.10/11.10 x86/x64 they should also work on other linux systems which use the aptitude package manager.
#installation on ubuntu/debian-like linux distributions
If you don't already have git installed run:
sudo apt-get install git
Navigate to a directory where the BundlerTools should be installed (e.g. ~/Desktop
) and run
git clone git://github.com/qwesda/BundlerTools.git
Change to the BundlerTools directory and execute the installation script
cd BundlerTools
sudo bash install.sh
See Install script details for further information.
##If something goes wrong ... You'll know that something has gone wrong if the script terminates and the last line does not read:
- script finished
Depending on your system configuration there are a number of things that can go wrong. The script will terminate if any error is encountered.
Since the script doesn't provide a very verbose output, you'll have to check the logs in the logs
folder.