Installing Junicon

  1. Download junicon for Linux/MacOS, or junicon.exe for Windows.
  2. Download and install the current version of the Java runtime. You can download Java here.
  3. Make sure java or java.exe is in your path, or set JAVA_HOME to the location of your Java installation.
  4. Optionally, add the junicon executable to your PATH:
    		Linux/MacOS/Cygwin: export PATH=yourDirectory/junicon:$PATH
    		Windows: set PATH="yourDirectory/junicon.exe";%PATH%
    	
  5. You are ready to go. All dependencies are already in the distribution, including Groovy. To see the program options, run
    		junicon -h
    	

Building Junicon

If you want to build Junicon from source,

  1. Download a snapshot of the source, and unzip it.
  2. Download and install the current version of the Java JDK. You can download Java here.
  3. Download and install the current version of Maven. You can download Maven here, and unzip it anywhere you wish.
  4. Set M2_HOME to the location of Maven. Also set JAVA_HOME to the location of your Java JDK installation.
  5. Run
    		bin/build
    	
    or
    		bin/build.bat
    	
    to build Junicon. Type
    		clean install site
    	
    at the prompt, or just hit enter.
  6. Move junicon or junicon.exe from
    		distribution/target/
    	
    to your desired installation directory, and proceed as above under "Installing Junicon".