Instructions to build and run SMDL Metrics Calculator
=====================================================

1. Download and install JetBraings IntelliJIDEA, community edition
   Note: the project was tested with the 9.0 release
2. Locate /lib folder under /smdlmeter package directory
3. Open the 'smdlmeter' projet file in IntelliJIDEA
4. Open [File]->[Project Structure], switch to [Modules], then select the [Dependencies] tab
5. Make sure the jar package bcel-5.1 is correctly defined (not shown in red), if not, 
   remove the export and add the file from the /lib located earlier.
6. Build the project by selecting [Make Project] from the [Build] menu.
