diff options
author | jstebbins <[email protected]> | 2008-06-17 15:40:49 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-06-17 15:40:49 +0000 |
commit | 8bbd36bcbe75a53b29f7cc62e5ae9d107f92eddc (patch) | |
tree | aafba8f8091293cc3faac87f0c61460cc6017c39 /gtk/README | |
parent | 01cf7f40ab14ce0961c5ea0c6e16580284c03945 (diff) |
LinGui: Initial import
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1517 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/README')
-rw-r--r-- | gtk/README | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |