Installing SharpEye

From CCARH Wiki
Revision as of 05:43, 26 January 2021 by Craig (talk | contribs) (→‎Windows 10)
Jump to navigation Jump to search

Instructions for installing SharpEye:

SharpEye is for Windows only, so it should be easy to install on Windows. If you do not have windows, then you can install Wine.

Download

Download SharpEye version 2.68 from the webpage http://www.visiv.co.uk/dload.htm

There is a free unrestricted 30-day evaluation period.

Windows 10

To install in Windows 10, run the installsharpeye2.exe installer and follow the instructions.

The program will be installed in "C:\Program Files (x86)\visiv-co-uk\SharpEye2\sharpeye.exe"

MacOS

For MacOS there are more steps involved. The first step is to install HomeBrew (if you have not already installed MacPorts).


An alternative installation method to that listed below would be to install VirtualBox, which is free (or Parllels which is not free, and then install Windows inside of VirtualBox/Parallels, but they you have to buy a copy of Windows as well.

Homebrew

Homebrew is a unix package manager for MacOS which will be used to download Wine. Go to the Homebrew website and copy the installation command near the top of the page:

  /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Then paste that command into Terminal.app. If you are not familiar with Terminal.app it is located in `/Applications/Utilities/Terminal.app` (or search for "terminal" in Spotlight). The terminal will be useful later on in the class (for MIDI and Humdrum).

Note that you may need to update your operating system before Homebrew can be installed. This is because it requires the Apple command-line development tools (part of XCode), and Apple does not like to let you use it unless you have an up-to-date operating system. You may want to avoid upgrading to Apple 10.15, since that version of the OS does not allow running 32-bit applications which complicates things a bit.

Wine

Notes for installing Wine on MacOS: https://www.davidbaumgold.com/tutorials/wine-mac After installing homebrew, then install wine with this command in Terminal.app: