Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.33 KB

File metadata and controls

31 lines (22 loc) · 1.33 KB

SoftwareDevelopmentProject

EECS2311 Software Development Project (Winter 2020)

Build Status

Run Instructions

Latest Release

  1. Navigate to the latest release and download the included zip file (https://github.com/EECS2311-Team8/SoftwareDevelopmentProject/releases).
  2. Run VennFX.jar with java -jar VennFX.jar

*For MacOS users, if you recieve and error "VennFX.jar" can't be opened because it is from an unidentified developer. you must update your system settings to allow non-AppStore applications to run:

  1. System Preferences -> Security & Privacy -> (Unlock Window) -> Allow apps downloaded from: (Select Anywhere)
  2. System Preferences -> Java -> Security -> (Select Medium)

Build from Source

  1. gradlew clean build
  2. Navigate to build/libs/
  3. Run VennFX.jar by double-clicking on it or running java -jar VennFX.jar

Important Folders

Documentation: Contains all documents (e.g. user manual)

VennFX: Contains the application source code

Group Members

Reuben Ninan 216315509 Edward Nwogwugwu 215163520 Wenxuan Li 216374324 Eric Kwok 216397150