23 lines
1007 B
Markdown
23 lines
1007 B
Markdown
# How to install Boulevard Combattant?
|
|
|
|
## Windows
|
|
|
|
To run Boulevard Combattant, simply get the [latest release](https://gitlab.istic.univ-rennes1.fr/fautin/jeu-de-combat/-/releases) and run the executable JAR. You need Java >8 installed on your computer. All libraries are packaged within the JAR.
|
|
|
|
## Linux
|
|
|
|
You will need to build the project, as creating a working .jar has proven more difficult than expected. You need `openjdk8`, not `openjdk8-headless`, installed on your computer.
|
|
|
|
## MacOS
|
|
|
|
We do not provide support for MacOS. It may work though... Try to build it!
|
|
|
|
# How to build Boulevard Combattant?
|
|
|
|
In order to ensure proper building of the project, clone this repository using your favourite IDE and run the `Main` class.
|
|
This project is managed via Maven. All dependencies are automatically downloaded as required.
|
|
|
|
## Packaging
|
|
|
|
To package, simply clone the project, and run `mvn package` in the root directory of the cloned project. A JAR will be generated in `${project_folder}/target`.
|