# Create temporary folder
mkdir pedigreeViewer
cd pedigreeViewer
# Get the program and unzip it
wget http://www-personal.une.edu.au/%7Ebkinghor/pedigree.zip
unzip pedigree.zip
# Install the program
wine setup.exe
# Run it
wine /path/to/your/wine/drive_c/Program\ Files/Pedigree\ Viewer/Pedigree.exe &
# /path/to/your/wine depends on your configuration of wine
# usually it is ~/.wine/dosdevices/c:
# Optionally create alias for future use and put it into file like
# ~/.bashrc
alias PedigreeViewer='wine /path/to/your/wine/drive_c/Program\ Files/Pedigree\ Viewer/Pedigree.exe'
I have the following software:
Ubuntu GNU/Linux version 7.04 (Feisty Fawn)
wine version 0.9.33
No comments:
Post a Comment