@@ -17,12 +17,11 @@ Snychronizing the subtitles with the movie is as easy as shown here:
17
17
18
18
19
19
## Download
20
- You can download the latest release (.jar) from [ here] ( https://github.com/vincemann/Subtitle-Buddy/releases ) .
20
+ You can download the latest release from [ here] ( https://github.com/vincemann/Subtitle-Buddy/releases ) .
21
21
22
22
## Installation
23
- No Installation required. Just place the [ jar] ( https://github.com/vincemann/Subtitle-Buddy/releases ) wherever you want
24
- and double-click to run it.
25
- Alternatively run java -jar * downloadedSubtitleBuddy.jar* in your terminal.
23
+ No Installation required. Just unpack the [ zip] ( https://github.com/vincemann/Subtitle-Buddy/releases ) wherever you want
24
+ and run the start script.
26
25
27
26
## Synchronisation
28
27
There are two convient ways to synchronize the loaded subtitles (.srt) with the movie.
@@ -49,8 +48,8 @@ Supported font-types are .otf and .ttf.
49
48
50
49
51
50
## Requirements
52
- Should run on every gui based OS, that has JRE 1.8 installed.
53
- Tested on Windows 7, Windows 10, Ubuntu 16.04, Ubunutu 18.04.
51
+ Should run on every gui based OS, that has min JRE 1.8 installed.
52
+ Tested on Windows 7, Windows 10, Ubuntu 16.04, Ubunutu 18.04. Debian 9.
54
53
This program makes use of this [ library ] ( https://github.com/kwhat/jnativehook ) for capturing hotkeys and mouse clicks.
55
54
See its "Software and Hardware Requirements" for additional details.
56
55
@@ -63,13 +62,13 @@ It depends on your OS, whether the subtitles stay on top, when switching to full
63
62
64
63
65
64
## Building from sources
66
- Only Works with JRE8 installed and active.
65
+ Only Works with JDK8 installed and active.
67
66
Simply download sources, navigate into the downlaoded folder and run the gradle wrapper from terminal with:
68
67
./gradlew shadowJar
69
68
or for windows users
70
69
gradlew.bat shadowJar
71
-
72
- The compiled jar will be in ./build/libs/\< name \> - \< version \> -all.jar
70
+ Then see the requirements in build-zip.sh, fulfill these and run build-zip.sh.
71
+ The platform dependent zip files are in ./build/libs/
73
72
74
73
75
74
0 commit comments