Versions Compared

Key

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

...

  1. Get CableLabs known working cygwin install: cygwin-minimal-20120803.zip
  2. Install cygwin from local directory, using the CableLabs known working cygwin.
  3. Download and install appropriate JDK: http://www.oracle.com/technetwork/java/javase/downloads/index.html
  4. Download and install appropriate Ant (version 1.8.0 or later is required): http://ant.apache.org/bindownload.cgi
  5. Add the paths to the JDK and Ant to your path, e.g. export PATH=$PATH:/cygdrive/c/apache-ant-1.7.0/bin:/cygdrive/c/Java/jdk1.6.0_13/bin). 
  6. For more details on cygwin, Java and Ant go to Install Cygwin, Java SDK, Ant. Configure your environment
  7. Checkout source from repository.

...