This installation assumes LogiGSK is installed to /opt/LogiGSK. Make sure all paths in scripts are correct and accessible. A common mistake is that a user has no read and/or write permissions.
Prerequisites:
sudo apt-get install jsvc
, but it could be different for you, google it)sudo ./logigsk-buildpackage deb
sudo ./logigsk-buildpackage rpm
(Please note that rpm are created using alien tool through converting .deb package to .rpm)sudo ./logigsk-buildpackage
sudo apt-get remove logigsk.
Please note that the package creator script logigsk-buildpackage
uses Apache Ant, java, alien and dpkg tools to compile the source code to create executable jars which in turn are used along with other scripts to create the final package, you can trace every step in logigsk-buildpackage
for a better understanding
sudo ./INSTALL
sudo logigsk UNINSATLL
Please note that this script is very similar to the package creating script but it doesn't create a package, but rather installs the files directly to the directories bypassing the package installation through package manager step. it also differs from the package installation step in that it has an UNINSTALL script which can be executed by running sudo logigsk UNINSATLL
EXEC
, JAVA_HOME
, XDG_CURRENT_DESKTOP
, ... etc)root
"/opt/LogiGSK/LogiGSK" start
Steps taken on Linux Mint 17 KDE:
sudo cp ~/Downloads/LogiGSK.rules /etc/udev/rules.d/
sudo chmod -R 755 /etc/udev/rules.d/LogiGSK.rules
sudo udevadm control --reload-rules
sudo tar -xf ~/Downloads/LogiGSK-V1.0.tar.gz -C /opt
sudo chown -R root:root /opt/LogiGSK/
sudo chmod -R 755 /opt/LogiGSK/
sudo cp /opt/LogiGSK/90_LogiGSK /etc/pm/sleep.d/
ln -sf /opt/LogiGSK/LogiGSK.sh ~/.config/autostart/LogiGSK.sh
"/opt/LogiGSK/LogiGSK" start