Install Dash 22
From Dash
Install the current development version of Dash (version 2.2)
Requirements: Mac OS X 10.5.x
This version will not run on Mac OS X 10.4.x.
I am currently using Xcode 3.2. Mac OS X 10.6.1 (as of October 8, 2009)
Clone the Mercurial repository.
If you need more information about AME version control access, look here.
We will clone the repository, and put it in a folder called "dash" inside "~/code/ame". Replace "username" with your account name on ame3.
cd ~/code/ame/
hg clone ssh://username@ame3.asu.edu//hg/dash-hg dash
Creating optional directories.
Create a directory for Dash plugins. This is the default location where I like to install plugins, this is configurable in the Dash preferences window.
mkdir -p /Users/Shared/Dash/plugins
If you are working with Dash in the Mixed Reality Rehabilitation project, contact me about other data used by the Rehab plugins.
Build Dash.
In Finder, double click the project file at ~/code/ame/dash/Dash.xcodeproj to open the project in Xcode.
Open the Build Results window: Build->Build Results. (shortcut: Command-Shift-B)
I recommend that the Active Build Configuration is set to Debug. (I suggest that because that is the configuration that receives the most testing.)
Click the Build button in the Build Results window. (shortcut: Command-B)
Click Go to run Dash. (shortcut: Command-R)
