From 6fe56fadec3044ad1c5956e90497fb7ece7cc0bf Mon Sep 17 00:00:00 2001 From: "John B. Matthews" Date: Sun, 15 Jul 2012 16:03:05 +0000 Subject: [PATCH] Update linux-gtk guidance. --- build/README-linux-gtk | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/README-linux-gtk b/build/README-linux-gtk index d1fe207..b68d627 100644 --- a/build/README-linux-gtk +++ b/build/README-linux-gtk @@ -1,3 +1,11 @@ +If you install libswt-gtk using the distribution's package manager, +launch AppleCommander using a script such as this: + +#!/bin/sh +java -Djava.library.path=/usr/lib/jni \ + -cp /usr/lib/java/swt-gtk-3.5.1.jar:AppleCommander-1.3.5.11.jar \ + com.webcodepro.applecommander.ui.AppleCommander -swt + This is a highly experimental Linux GTK compile of AppleCommander. This version does not require Java nor does it require the SWT distribution - it is compiled into a native Linux executable.