]> git.sesse.net Git - vlc/commitdiff
* Update environment instructions for 10.3 (which uses bash instead of tcsh)
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 4 Nov 2004 16:40:39 +0000 (16:40 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 4 Nov 2004 16:40:39 +0000 (16:40 +0000)
doc/translations.txt

index f778bde9c93019cf78eb9787cae27b27c016f1a5..bf753af4d74190aeea79caf512f16ce2313a63f2 100644 (file)
@@ -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 <LANG>.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