Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.86 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.86 KB

JSnowball

License: GPL v3 Build Status Coverage Status

JSnowball is a program for performing systematic literature studies through snowballing and for visualization of citation relations between academic papers.

Dependencies

All dependencies, except for the JDK and JRE are automatically installed by the Gradle wrapper build script.

Build

./gradlew build

Building Windows executable

Run the following commands in Powershell.

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
.\WindowsBuild.ps1

The script automatically downloads a JDK and the WiX installer and then runs the Gradle wrapper build script. An installer bundle will appear in app\build\dist.

Test

./gradlew test

Run

./gradlew run

Contributing

Reports on bugs and other issues are welcome. Please don't hesitate to open a new issue.

Likewise, contrubutions to code or documentation in the form of pull requests are welcomed.

License and Copyright

Copyright 2021 Marcus Dansarie.

This project is licensed under the GNU General Public License – see the LICENSE file for details.