Skip to content

Commit 603a32f

Browse files
authored
Added install from latest sources chapter
1 parent 68e61f5 commit 603a32f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# esp8266-oled-ssd1306-font-creator
22
Font creator for the [esp8266-oled-ssd1306](https://github.com/squix78/esp8266-oled-ssd1306) library. It's generate font.h file in Font V3 format used in this library.
33

4+
## Install from latest sources
5+
For installation you need to have installed `Sun JDK 1.8` or `OpenJDK 1.8`.
6+
7+
1. Download the source package [from this page](https://github.com/arcao/esp8266-oled-ssd1306-font-creator/archive/master.zip)
8+
2. Unzip the archive.
9+
3. Run `gradlew installDist` in `esp8266-oled-ssd1306-font-creator-master` directory. It should prepare distribution `zip` and `tar` files in `build/distributions` directory and also unpack the distribution archive in `build/install`.
10+
4. Go to `build/install/fontcreator/bin` subdirectory. There are located `bat`/`bash` scripts to execute the app. For usage see bellow...
11+
412
## Usage
513
```
614
Font creator for the esp8266-oled-ssd1306 library
715
Created by Arcao (http://arcao.com), based on squix78 (http://blog.squix.ch) work.
816
9-
Usage: java -jar fontcreator.jar [options] [FONT]
17+
Usage: fontcreator [options] [FONT]
1018
1119
Non-option arguments:
1220
[FONT] -- system font name or path to font file to be processed

0 commit comments

Comments
 (0)