-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Rebecca G. Bettencourt edited this page Aug 27, 2014
·
3 revisions
-
Download
KSFL-1.0.jar
-
Move
KSFL-1.0.jar
toC:\Program Files\Kreative\KSFL\KSFL.jar
-
Create the file
C:\Program Files\Kreative\KSFL\KSFL.bat
with the following contents:@ECHO OFF java -jar "C:\Program Files\KSFL\KSFL.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9
-
Download
KSFL-1.0.jar
-
Move
KSFL-1.0.jar
to/usr/lib/KSFL.jar
-
Create the file
/usr/bin/ksfl
with the following contents:#!/bin/sh java -jar /usr/lib/KSFL.jar "$@"
-
chmod +x /usr/bin/ksfl
git clone https://github.com/kreativekorp/ksfl.git
cd ksfl/main/java/KSFL/
make
sudo make install