Created setup (markdown)

hrj 2020-06-29 21:45:53 +05:30
parent 5e94ae076c
commit caeeb7cb21

19
setup.md Normal file

@ -0,0 +1,19 @@
### Initial setup
This is very crude for now. It needs to be smart and automated.
* Create two folders `known` and `unknown`
* Create some images in each of these folders. For example:
```
convert -fill blue -pointsize 72 label:k1 known/k1.png
convert -fill blue -pointsize 72 label:k2 known/k2.png
convert -fill blue -pointsize 72 label:u1 unknown/u1.png
```
* Create a font folder and put some fonts in it:
```
mkdir -p lib/fonts/medium/
cp <<some.ttf>> lib/fonts/medium/
```