From 8bbd36bcbe75a53b29f7cc62e5ae9d107f92eddc Mon Sep 17 00:00:00 2001 From: jstebbins Date: Tue, 17 Jun 2008 15:40:49 +0000 Subject: LinGui: Initial import git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1517 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gtk/README (limited to 'gtk/README') diff --git a/gtk/README b/gtk/README new file mode 100644 index 000000000..6f81f5c8a --- /dev/null +++ b/gtk/README @@ -0,0 +1,11 @@ +Currently, to build you must build handbrake separately, then specify +the path to handbrake with configure. e.g. + +./configure --with-hb=../HandBrake +make +sudo make install + +You can test without installing: +cd src +./ghb + -- cgit v1.2.3