Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To develop Earthdata Search, you will need a computer running Mac OS X 10.8+ and the following:1.

  1. RVM (http://rvm.io/)

...

  1. Homebrew (http://brew.sh/)

...

  1. Qt (brew install qt)

...

  1. git (from Xcode developer tools)

 

Obtaining Code

...

  1. Create an account on the Earthdata Code Collaborative (https://ecc.earthdata.nasa.gov/) and request access to the EDSC project.

...

  1. Once you have access, you can view the code online at https://git.earthdata.nasa.gov/projects/EDSC

...

  1. To clone the repository, run git clone https://<username>@git.earthdata.nasa.gov/scm/edsc/earthdata-search-client_repo.git, replacing <username> with your ECC username.

Running Code

Start by updating the project:

...