From 274ecfcc676ff04aa6c056146dd548e7ac674851 Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Thu, 4 Nov 2004 16:40:39 +0000 Subject: [PATCH] * Update environment instructions for 10.3 (which uses bash instead of tcsh) --- doc/translations.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2