Install Dash 2
From Dash
Installing Dash 2.1
This is still here for historical, compatibility reasons. This version is deprecated. For the most recent version of Dash, and current installation instructions, please goto the home page, and look for the links at the top of the page.
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.1.1.
Checkout the code from subversion.
If you need more information about AME Subversion access, look here.
The current development version is in "trunk", these instructions are for this version. Here is an example, we'll checkout the trunk, and put it in a folder called "dash" inside "~/code/ame".
cd ~/code/ame/
svn co svn+ssh://ame3.asu.edu/svn/Dash/trunk dash
Install the Dash data directory.
Dash expects to find some data in the folder /Users/Shared/Dash. There is a standard set of files in the Dash subversion repository, but most of these files are not mandatory. However, some of the files in Dash/shaders, Dash/bookmarks, and Dash/database are needed for normal operation.
The easiest way to install these files is with a subversion checkout:
cd /Users/Shared/
svn co svn+ssh://ame3.asu.edu/svn/Dash/data/Dash
Create a directory for Dash plugins.
mkdir -p /Users/Shared/Dash/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)
