Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicolabertoldi <nicolabertoldi@1f5c12ca-751b-0410-a591-d2e778427230>2007-05-23 11:34:50 +0400
committernicolabertoldi <nicolabertoldi@1f5c12ca-751b-0410-a591-d2e778427230>2007-05-23 11:34:50 +0400
commit3544b51662f43ecc49a78d734fe1318f983b97bf (patch)
tree6c216edda813fd0da2f10a84c7710d9070b757c6 /regenerate-makefiles.sh
parentf77cda45c430fa9b84c4834d326ecf3abc2d76a8 (diff)
Added notes for compilation on Mac.
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@1396 1f5c12ca-751b-0410-a591-d2e778427230
Diffstat (limited to 'regenerate-makefiles.sh')
-rwxr-xr-xregenerate-makefiles.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/regenerate-makefiles.sh b/regenerate-makefiles.sh
index 8d78b06a5..5916add37 100755
--- a/regenerate-makefiles.sh
+++ b/regenerate-makefiles.sh
@@ -1,5 +1,15 @@
#!/bin/sh
+# NOTE:
+# Versions 1.9 (or higher) of aclocal and automake are required.
+
+# For Mac OSX users:
+# Standard distribution usually includes versions 1.6.
+# Get versions 1.9 or higher
+# Set the following variable to the correct paths
+#ACLOCAL="/path/to/aclocal-1.9"
+#AUTOMAKE="/path/to/automake-1.9"
+
function die () {
echo "$@" >&2
exit 1