From: Derk-Jan Hartman Date: Thu, 4 Nov 2004 16:40:39 +0000 (+0000) Subject: * Update environment instructions for 10.3 (which uses bash instead of tcsh) X-Git-Tag: 0.8.1~88 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=274ecfcc676ff04aa6c056146dd548e7ac674851;p=vlc * Update environment instructions for 10.3 (which uses bash instead of tcsh) --- diff --git a/doc/translations.txt b/doc/translations.txt index f778bde9c9..bf753af4d7 100644 --- a/doc/translations.txt +++ b/doc/translations.txt @@ -35,8 +35,8 @@ and extract them into the current directory : tar xvzf gettext-macosx.tar.gz Use the convert-po.sh script attached : - setenv PATH gettext-macosx:$PATH - setenv DYLD_LIBRARY_PATH=gettext-macosx + export PATH=gettext-macosx:$PATH + export DYLD_LIBRARY_PATH=gettext-macosx ./convert-po.sh .po [*] @@ -68,8 +68,8 @@ tar xzf vlc-po-files.tar.gz cd vlc-po-files curl -O http://www.videolan.org/pub/videolan/devtools/gettext-macosx.tar.gz tar xzf gettext-macosx.tar.gz -setenv PATH ./gettext-macosx:$PATH -setenv DYLD_LIBRARY_PATH ./gettext-macosx +export PATH=./gettext-macosx:$PATH +export DYLD_LIBRARY_PATH=./gettext-macosx [here you copy your it.po file to the vlc-po-files folder on your Desktop] ./convert-po.sh it.po [here you copy the vlc.mo file to your