Skip to content
Snippets Groups Projects
Commit 2c2fa2f4 authored by Radek Ošlejšek's avatar Radek Ošlejšek
Browse files

Added installation instructions (desired state)

parent 53a2f277
No related branches found
No related tags found
No related merge requests found
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
Software for processing and analysis of human faces. Re-implementation of [FIDENTIS Analyst](https://github.com/Fidentis/Analyst). Software for processing and analysis of human faces. Re-implementation of [FIDENTIS Analyst](https://github.com/Fidentis/Analyst).
This project is being developed at Masaryk University, Brno as collaborative project between Human Computer Interaction Laboratory at Faculty of Informatics and Department of Anthropology at Faculty of Science. This project is being developed at Masaryk University, Brno, as collaborative project between the Human Computer Interaction Laboratory at Faculty of Informatics and the Department of Anthropology at Faculty of Science.
## Requirements ## Requirements
* Java SE 8+ * Java SE 13+
* [Maven](https://www.mkyong.com/maven/how-to-install-maven-in-windows/) for compilation * [Maven](https://www.mkyong.com/maven/how-to-install-maven-in-windows/) for compilation
* IDE for development, e.g. NetBeans or IntelliJ IDEA * IDE for development, e.g. NetBeans or IntelliJ IDEA
...@@ -19,3 +19,11 @@ This project is being developed at Masaryk University, Brno as collaborative pro ...@@ -19,3 +19,11 @@ This project is being developed at Masaryk University, Brno as collaborative pro
* **GUI:** GUI of the application. * **GUI:** GUI of the application.
* **Comparison:** Application logic for the comparison of human faces. * **Comparison:** Application logic for the comparison of human faces.
## Installation and running
* To build the application from scratch, run `mvn clean install`.
* To run the application
* go to the `application` directory`,
* either execute a binary file located in the `target/fidentisanalyst/bin/` or run `mvn nbm:run-platform`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment