2,684
edits
Line 89: | Line 89: | ||
== Mac (Intel) == | == Mac (Intel) == | ||
=== personal installation (experimental writeup) === | === personal installation (experimental writeup) === | ||
Attention: Xcode is required to be installed. | |||
'''Preparation''': | '''Preparation''': | ||
* make sure your $PATH includes your $HOME/bin - the programs will be put into that directory. To achieve this, open a Terminal window, and then | * make sure your $PATH includes your $HOME/bin - the programs will be put into that directory. To achieve this, open a Terminal window, and then | ||
Line 144: | Line 147: | ||
Please also check [[XDSGUI#Installation]]. | Please also check [[XDSGUI#Installation]]. | ||
It is useful to install xxdiff from http://furius.ca/downloads/xxdiff/releases/macosx/ - | 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 | ||
cp -pr /Volumes/xxdiff/xxdiff.app/ $HOME/Applications | |||
ln -s $HOME/Applications/xxdiff.app/Contents/MacOS/xxdiff $HOME/bin/xxdiff | |||
(the names of the files may not be entirely correct in these two lines) | |||
=== system-wide installation (requires root permission) === | === system-wide installation (requires root permission) === |