https://github.com/teerjk/VarSifter
Raw File
Tip revision: 7e57e5857b08f5253f28e96477fc211f67a0ffea authored by Jamie K. Teer on 27 April 2020, 14:42:41 UTC
-Documentation updates to point to github.
Tip revision: 7e57e58
BUILD.txt
#  Compiling from source

1. Uncompress tar gzip file in working directory.

2. Create a folder in working directory called 'jung'

3a. Download jung jar files from http://jung.sourceforge.net/
   VarSifter has been tested with jung2-2_0_1.zip.
   Unzip jung zipfile into 'jung' directory.
   NOTE: Make sure the jung/ directory contains the .jar files, not another directory!

3b. Download json-simple jar file from http://code.google.com/p/json-simple/
    VarSifter has been tested with 1.1.1.
    Add json-simple jarfile into 'jung' directory (I should probably rename
    this...).

4. If you have 'make' installed, simply run make.

If you do not have make installed, refer to the makefile for commands to use to build VarSifter.
The Makefile contains commands used to compile VarSifter, build a jarfile, and create Javadoc
documentation.
back to top