-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
Программа для сравнения двух файлов побайтово. Разработана по просьбе сервера Black Dragon: The Second Age, когда админы проверяли, есть ли в сторонней версии мода на Minecraft что-то новое, кроме названия. | ||
|
||
Для запуска и редактирования проекта потребуется среда разработки Kotlin и JDK. Подойдёт ***IntelliJ IDEA*** или ***Eclipse IDE + Kotlin Plugin***, а также ***JDK 1.8.0_382***. Чтобы приступить к работе, необходимо импортировать папку как Gradle-проект. | ||
<h2> Общая информация </h2> | ||
|
||
* Этот репозиторий - проект Gradle, который должен быть открыт через IntelliJ IDEA или импортирован в Eclipse IDE с плагином Kotlin. | ||
* Используемая версия Gradle - 8.3. | ||
* Используемая версия Kotlin - 1.8.22 | ||
* Используемая версия JDK - Eclipse Temurin 1.8.0_382. | ||
* Дополнительные библиотеки не использовались. |