Installation: Difference between revisions

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/ - if you do not have administrator privileges, install it in $HOME/Applications and create a symlink to $HOME/bin in the same way as for XDS-Viewer and XDSGUI (see above).
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) ===
2,652

edits