Skip to content
Rebecca G. Bettencourt edited this page Aug 27, 2014 · 3 revisions

Installation on Windows

  1. Download KSFL-1.0.jar

  2. Move KSFL-1.0.jar to C:\Program Files\Kreative\KSFL\KSFL.jar

  3. 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

Installation on Other Systems

  1. Download KSFL-1.0.jar

  2. Move KSFL-1.0.jar to /usr/lib/KSFL.jar

  3. Create the file /usr/bin/ksfl with the following contents:

    #!/bin/sh java -jar /usr/lib/KSFL.jar "$@"

  4. chmod +x /usr/bin/ksfl

Installation from Source

  1. git clone https://github.com/kreativekorp/ksfl.git
  2. cd ksfl/main/java/KSFL/
  3. make
  4. sudo make install