Commit 274ecfcc authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* Update environment instructions for 10.3 (which uses bash instead of tcsh)

parent be89dddf
...@@ -35,8 +35,8 @@ and extract them into the current directory : ...@@ -35,8 +35,8 @@ and extract them into the current directory :
tar xvzf gettext-macosx.tar.gz tar xvzf gettext-macosx.tar.gz
Use the convert-po.sh script attached : Use the convert-po.sh script attached :
setenv PATH gettext-macosx:$PATH export PATH=gettext-macosx:$PATH
setenv DYLD_LIBRARY_PATH=gettext-macosx export DYLD_LIBRARY_PATH=gettext-macosx
./convert-po.sh <LANG>.po ./convert-po.sh <LANG>.po
[*] [*]
...@@ -68,8 +68,8 @@ tar xzf vlc-po-files.tar.gz ...@@ -68,8 +68,8 @@ tar xzf vlc-po-files.tar.gz
cd vlc-po-files cd vlc-po-files
curl -O http://www.videolan.org/pub/videolan/devtools/gettext-macosx.tar.gz curl -O http://www.videolan.org/pub/videolan/devtools/gettext-macosx.tar.gz
tar xzf gettext-macosx.tar.gz tar xzf gettext-macosx.tar.gz
setenv PATH ./gettext-macosx:$PATH export PATH=./gettext-macosx:$PATH
setenv DYLD_LIBRARY_PATH ./gettext-macosx export DYLD_LIBRARY_PATH=./gettext-macosx
[here you copy your it.po file to the vlc-po-files folder on your Desktop] [here you copy your it.po file to the vlc-po-files folder on your Desktop]
./convert-po.sh it.po ./convert-po.sh it.po
[here you copy the vlc.mo file to your [here you copy the vlc.mo file to your
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment