Skip to content
Snippets Groups Projects
Commit b614d381 authored by Jona Dirks's avatar Jona Dirks
Browse files

Merge branch 'tmeis-develop-patch-91790' into 'develop'

README.md translated

See merge request !4
parents 08423005 b1f5db30
No related branches found
No related tags found
1 merge request!4README.md translated
Pipeline #149766 failed
# PACE-2021-PACA-JAVA
## Einleitung
Wir (PACA) sind ein Studententeam aus Bremen. Weitere Informationen sind auf unserer Website(https://paraalgo.informatik.uni-bremen.de) zufinden.
We are a team of students from the University Bremen. You can find more information about us and this project on our website https://paraalgo.informatik.uni-bremen.de
## Installation
### lauffähige Jar(s) für LINUX bauen
```mvn package``` im root ordner ausführen.
Die Jars liegen dann im jeweiligen Ordner(Pace-Heuristic, Pace-Solver, etc) im Target-Verzeichnis.
#### benötigte Software
- maven 3.6 installiert
- default jdk muss java16 sein
## How to install
### How to build executable Jars for LINUX
Execute in the root file: ```mvn package```
#### Unseren Code bearbeiten
Die folgende Anleitung gilt für: IntelliJ
- benötigt wird das Plugin Lombok sowie JDK16
- wir benutzen des Weiteren Checkstyle (hierfür bietet IntelliJ eine eigenes Plugin an)
You can find the Jars in the target directory in the folders Pace-Heuristic, Pace-Solver, etc.
### Lizensen und sowas:
- SCIP ist nur für den akademischen Gebrauch frei verfügbar. Achten Sie da bitte drauf.
\ No newline at end of file
#### required software
- Maven 3.6 installed
- Java 16 as defeault JDK
#### How to edit the source code
The following instructions apply for IntelliJ as IDE:
- Lombok as Plugin is required
- JDK16 must be selected
- furthermore we use Checkstyle as IntelliJ Plugin.
### Licenses
- SCIP is freely available for academic use only. Please pay attention to it.
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