diff options
Diffstat (limited to 'manual/install.texi')
-rw-r--r-- | manual/install.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/install.texi b/manual/install.texi index ec00c01489..00d6687679 100644 --- a/manual/install.texi +++ b/manual/install.texi @@ -198,7 +198,7 @@ Instead, edit the generated @file{Makefile} and uncomment the line @noindent You can change the @samp{4} to some other number as appropriate for your system. Instead of changing the @file{Makefile}, you could give -this option directly to @code{make} and call it as, e.g. +this option directly to @code{make} and call it as, e.g. @code{make PARALLELMFLAGS=-j4}. If you're building in the source directory, you've got to use the latter approach since in this case no new @file{Makefile} is generated which you can change. @@ -354,7 +354,8 @@ and if you change any of the message translation files you will need @itemize @bullet @item -GNU @code{gettext} 0.10.35 or later +GNU @code{gettext} 0.10.35 or later (version 0.10.35 is a alpha release +and available via ftp from alpha.gnu.org/gnu) @end itemize @noindent |