-
Notifications
You must be signed in to change notification settings - Fork 143
Quick Start
pjcozzi edited this page Jun 19, 2012
·
27 revisions
-
git clone [email protected]:AnalyticalGraphicsInc/czml-writer.git
- Or download the zip
.NET:
- Open
DotNet\CesiumLanguageWriter.sln
.- On Windows, use Visual Studio 2010 or newer.
- On Linux and Mac, use MonoDevelop.
- Build - Build Solution (Ctrl + Shift + B) or Build - Build All (F8) to compile all included projects.
Java:
- In Eclipse
- File - Import - General - Existing Projects into Workspace
- Select root directory:
\czml-writer\Java
- Project - Build All (Ctrl + B)
- Or select Project - Build Automatically to build when changes are saved.
.NET:
- Visual Studio: TestDriven.NET provides the easiest way to run unit tests.
- MonoDevelop: Run - Run Unit Tests (Ctrl + T)
Java:
- In the Package or Project Explorer (Window - Show View), right-click the test project or file and select Run-As - Junit Test