Skip to content

Commit 5957906

Browse files
author
LLdaniel
committed
new Readme with binaries for release 1.0
1 parent bfe15de commit 5957906

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,25 @@ Feed the tool with data happens on the CLI and will bring up the final result as
2323
- Python 3.9.2
2424

2525
## Binary Build Procedure
26-
Will come soon.
26+
Currently binaries are available for *Linux* and *Windows*.
27+
They are created separately on each plattform with [pyinstaller](https://pypi.org/project/pyinstaller/ "pyinstaller").
28+
<table>
29+
<tr>
30+
<th columnspan="3">File</th>
31+
<th>Sum sha256</th>
32+
<th>Plattform</th>
33+
</tr>
34+
<tr>
35+
<td>Focal-length-analyzer-1.0-win.zip</td>
36+
<td>7e4c946bd3204f5d11442dd2ac8b0c64b444548d218c7770c93bd26cb7b96867</td>
37+
<td>Windows</td>
38+
</tr>
39+
<tr>
40+
<td>Focal-length-analyzer-1.0-linux.tar.gz</td>
41+
<td>2c60d3d5b57f7c6fd94a187c80d6943906629248098f5dd9ea260ccc1107ea81</td>
42+
<td>Linux</td>
43+
</tr>
44+
</table>
2745

2846
## Licence
2947
MIT License

0 commit comments

Comments
 (0)