1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-10-06 21:07:25 +03:00
Mindustry/README.md

66 lines
3.1 KiB
Markdown
Raw Normal View History

![Logo](core/assets-raw/sprites/ui/logo.png)
2017-12-10 01:58:34 +03:00
[![Build Status](https://github.com/Anuken/Mindustry/workflows/Tests/badge.svg?event=push)](https://github.com/Anuken/Mindustry/actions)
[![Discord](https://img.shields.io/discord/391020510269669376.svg?logo=discord&logoColor=white&logoWidth=20&labelColor=7289DA&label=Discord&color=17cf48)](https://discord.gg/mindustry)
2018-09-26 06:31:45 +03:00
2022-05-11 01:44:52 +03:00
The automation tower defense RTS, written in Java.
2017-12-10 01:58:34 +03:00
2018-03-06 01:00:02 +03:00
_[Trello Board](https://trello.com/b/aE2tcUwF/mindustry-40-plans)_
2020-06-15 02:58:19 +03:00
_[Wiki](https://mindustrygame.github.io/wiki)_
2020-06-15 02:58:08 +03:00
_[Javadoc](https://mindustrygame.github.io/docs/)_
2017-12-10 01:58:34 +03:00
2020-10-17 16:37:09 +03:00
## Contributing
2019-11-18 08:55:33 +03:00
See [CONTRIBUTING](CONTRIBUTING.md).
2020-10-17 16:37:09 +03:00
## Building
2017-12-10 01:58:34 +03:00
2020-09-04 18:12:05 +03:00
Bleeding-edge builds are generated automatically for every commit. You can see them [here](https://github.com/Anuken/MindustryBuilds/releases).
2017-12-21 23:43:30 +03:00
If you'd rather compile on your own, follow these instructions.
First, make sure you have [JDK 16-17](https://adoptium.net/archive.html?variant=openjdk17&jvmVariant=hotspot) installed. **Other JDK versions will not work.** Open a terminal in the Mindustry directory and run the following commands:
2017-12-10 01:58:34 +03:00
2020-10-17 16:37:09 +03:00
### Windows
2017-12-10 02:09:34 +03:00
2020-09-24 18:32:57 +03:00
_Running:_ `gradlew desktop:run`
_Building:_ `gradlew desktop:dist`
_Sprite Packing:_ `gradlew tools:pack`
2017-12-10 01:58:34 +03:00
2020-10-17 16:37:09 +03:00
### Linux/Mac OS
2017-12-10 02:06:09 +03:00
2020-02-05 21:06:16 +03:00
_Running:_ `./gradlew desktop:run`
2020-02-03 23:55:53 +03:00
_Building:_ `./gradlew desktop:dist`
2020-02-03 22:44:54 +03:00
_Sprite Packing:_ `./gradlew tools:pack`
2017-12-10 02:06:09 +03:00
2020-10-17 16:37:09 +03:00
### Server
2019-02-22 03:12:07 +03:00
Server builds are bundled with each released build (in Releases). If you'd rather compile on your own, replace 'desktop' with 'server', e.g. `gradlew server:dist`.
2020-10-17 16:37:09 +03:00
### Android
2019-09-12 19:40:52 +03:00
1. Install the Android SDK [here.](https://developer.android.com/studio#command-tools) Make sure you're downloading the "Command line tools only", as Android Studio is not required.
2020-09-01 04:53:42 +03:00
2. Set the `ANDROID_HOME` environment variable to point to your unzipped Android SDK directory.
2019-09-12 19:40:52 +03:00
3. Run `gradlew android:assembleDebug` (or `./gradlew` if on linux/mac). This will create an unsigned APK in `android/build/outputs/apk`.
2020-09-06 03:46:02 +03:00
To debug the application on a connected phone, run `gradlew android:installDebug android:run`.
2019-09-12 19:40:52 +03:00
2020-10-17 16:37:09 +03:00
### Troubleshooting
#### Permission Denied
2019-03-12 23:37:32 +03:00
If the terminal returns `Permission denied` or `Command not found` on Mac/Linux, run `chmod +x ./gradlew` before running `./gradlew`. *This is a one-time procedure.*
2017-12-10 02:09:34 +03:00
---
2017-12-10 02:06:09 +03:00
Gradle may take up to several minutes to download files. Be patient. <br>
After building, the output .JAR file should be in `/desktop/build/libs/Mindustry.jar` for desktop builds, and in `/server/build/libs/server-release.jar` for server builds.
2017-12-10 01:58:34 +03:00
2020-10-17 16:37:09 +03:00
## Feature Requests
2020-02-23 03:30:02 +03:00
Post feature requests and feedback [here](https://github.com/Anuken/Mindustry-Suggestions/issues/new/choose).
2020-10-17 16:37:09 +03:00
## Downloads
2017-12-10 01:58:34 +03:00
2020-11-28 18:44:14 +03:00
| [![](https://static.itch.io/images/badge.svg)](https://anuke.itch.io/mindustry) | [![](https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png)](https://play.google.com/store/apps/details?id=io.anuke.mindustry) | [![](https://fdroid.gitlab.io/artwork/badge/get-it-on.png)](https://f-droid.org/packages/io.anuke.mindustry) | [![](https://flathub.org/assets/badges/flathub-badge-en.svg)](https://flathub.org/apps/details/com.github.Anuken.Mindustry)
|--- |--- |--- |--- |