2,684
edits
(→personal installation (experimental writeup): fix: $HOME should be $PATH ! sorry!) |
|||
Line 71: | Line 71: | ||
<pre> | <pre> | ||
cd $HOME | cd $HOME | ||
echo 'export PATH=$ | echo 'export PATH=$PATH:$HOME/bin' >> ~/.profile | ||
</pre> | </pre> | ||
Line 115: | Line 115: | ||
Please also check [[XDSGUI#Installation]]. | Please also check [[XDSGUI#Installation]]. | ||
It is useful to install xxdiff from http://furius.ca/downloads/xxdiff/releases/macosx/xxdiff-4.0b1.osx.dmg . After downloading, open up the downloaded xxdiff.app by clicking, and then (once you see it in the Finder), go to the Terminal and | It is useful to install xxdiff from http://furius.ca/downloads/xxdiff/releases/macosx/xxdiff-4.0b1.osx.dmg (or newer). After downloading, open up the downloaded xxdiff.app by clicking, and then (once you see it in the Finder), go to the Terminal and | ||
cp -pr /Volumes/xxdiff/xxdiff.app/ $HOME/Applications | cp -pr /Volumes/xxdiff/xxdiff.app/ $HOME/Applications | ||
ln -s $HOME/Applications/xxdiff.app/Contents/MacOS/xxdiff $HOME/bin/xxdiff | ln -s $HOME/Applications/xxdiff.app/Contents/MacOS/xxdiff $HOME/bin/xxdiff |