Versions Compared

Key

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

...

  1. Rename the original folder from ‘dist’ to ‘dist_original

    Code Block
    Windows OS:
    rename dist dist_original
    
    Linux/Unix OS:
    mv dist dist_original
  2. Use the instrumented folder instead using one of the following options by renaming the ‘sl_dist’ to ‘dist

    Code Block
    Windows OS:
    rename sl_dist dist
    
    Linux/Unix OS:
    mv sl_dist dist

On Unix/Linux system you also have the ability to define a ‘dist’ soft link to the ‘sl_dist’ folder.

ln -s sl_dist dist

...