diff options
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 + |