summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprigaux <[email protected]>2007-01-05 10:01:09 +0000
committerprigaux <[email protected]>2007-01-05 10:01:09 +0000
commit22be1c5718977a0da3ff709199f45d6e684af224 (patch)
tree141689de9b983109dd183b769655d415628bfe6b
parent5b7cabc528f7d745e90586de172e4a3ca613c755 (diff)
Give more explanations on the jam/jamintel commands...
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@92 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rwxr-xr-xconfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure b/configure
index 1658193f9..02cea51b4 100755
--- a/configure
+++ b/configure
@@ -93,4 +93,7 @@ LINKLIBS = $LINKLIBS ;
EOF
echo
-echo "To build HandBrake, run 'jam'."
+echo "To build HandBrake, run:"
+echo " './jamintel' on a Mac Intel,"
+echo " './jam' on a PPC Mac,"
+echo " 'jam' on Linux or Windows."