From 17d5f06d651b353a95020aaf80fcf9fd15ec0982 Mon Sep 17 00:00:00 2001 From: Ryan Burns <47790121+rtburns-jpl@users.noreply.github.com> Date: Fri, 22 May 2020 13:50:15 -0700 Subject: [PATCH] Add contents section links for scons/cmake --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cd8ff27..961b0ba 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,10 @@ TERRASARX, and UAVSAR. - [Note On 'python3' Exectuable Convention](#python3-convention) - [License required for dependencies to enable some workflows in ISCE](#license-required-for-dependencies-to-enable-some-workflows-in-isce) 2. [Building ISCE](#building-isce) - - [Configuration control: SCONS\_CONFIG\_DIR and SConfigISCE](#configuration-control) - - [Install ISCE](#install-isce) + - [SCons](#scons-recommended) + - [Configuration control: SCONS\_CONFIG\_DIR and SConfigISCE](#configuration-control) + - [Install ISCE](#install-isce) + - [CMake](#cmake-experimental) - [Setup Your Environment](#setup-your-environment) 3. [Running ISCE](#running-isce) - [Running ISCE from the command line](#running-isce-from-the-command-line)