My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Installation  
Installing the KSFL command line tool.
Featured, Phase-Deploy
Updated May 11, 2010 by beckie...@gmail.com

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:
  4. @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:
  4. #!/bin/sh
    java -jar /usr/lib/KSFL.jar "$@"
  5. chmod +x /usr/bin/ksfl

Installation from Source

  1. svn co http://ksfl.googlecode.com/svn/trunk/main/java/KSFL/ KSFL
  2. cd KSFL
  3. make
  4. sudo make install

Sign in to add a comment
Powered by Google Project Hosting