Skip to content

Commit 49e6b41

Browse files
authored
Tulpar-server 1.2 релиз
1 parent d3c9680 commit 49e6b41

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Tulpar Server
1+
# Tulpar Server 1.2
22

33
<div align="center">
44

@@ -18,6 +18,7 @@ Server repository
1818

1919
🚀 **High Performance**
2020
- tulpar-server is optimised even for weak devices
21+
- Required 128 mb ram
2122

2223
🔄 **Cross-platformability**
2324
- can be run on any device with JVM (Linux, Android, MacOS, etc.).
@@ -26,7 +27,7 @@ Server repository
2627

2728
```bash
2829
# Start a server
29-
java -jar tulpar-server.jar
30+
java -jar server.jar
3031
```
3132

3233
## Contributing
@@ -42,8 +43,8 @@ We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.
4243
## Build
4344

4445
To build the project you will need:
45-
- JDK 8 of the latest version, from azul [see this](https://www.azul.com/downloads/?version=java-8-lts&architecture=x86-64-bit&package=jdk-fx#zulu) and most importantly, with JavaFX support. (only for build)
46-
- [Jetty](https://github.com/jetty/jetty.project), [Jansi](https://github.com/fusesource/jansi), [asm-all](https://github.com/stephengold/asm), [jna](https://github.com/java-native-access/jna), [gson](https://github.com/google/gson) libraries
46+
- JDK 8 of the latest version, from azul [see this](https://www.azul.com/downloads/?version=java-8-lts&architecture=x86-64-bit&package=jdk-fx#zulu) [You can build with JDK 11 Zulu]
47+
- [Jetty](https://github.com/jetty/jetty.project), [Jansi](https://github.com/fusesource/jansi), [asm-all](https://github.com/stephengold/asm), [jna](https://github.com/java-native-access/jna), [gson](https://github.com/google/gson), oshi, jna-platform and others libraries
4748

4849
## Support
4950

0 commit comments

Comments
 (0)