|
|
@@ -1,22 +1,29 @@ |
|
|
|
## hictoaster |
|
|
|
hic is a hicetnunc browser to run hicetnunc as an app, locally on your computer. |
|
|
|
This repository contains code to compile hic as a binary file, runnable on various platforms. |
|
|
|
|
|
|
|
``` |
|
|
|
npm i |
|
|
|
``` |
|
|
|
toast a hen with |
|
|
|
``` |
|
|
|
npm run linux |
|
|
|
npm run toast |
|
|
|
``` |
|
|
|
This builds hic-0.0.1.AppImage |
|
|
|
Binaries compiled with this repository / **Get hic here**: |
|
|
|
|
|
|
|
Linux: <u>[Download](https://victorgiers.com/hics/hic-0.0.1.AppImage)</u> |
|
|
|
``` |
|
|
|
certutil -hashfile .\hic-0.0.1.AppImage MD5 |
|
|
|
MD5-Hash von .\hic-0.0.1.AppImage: |
|
|
|
779c70aa066da298ceeb433f98289f21 |
|
|
|
$ md5sum hic-0.0.1.AppImage |
|
|
|
> 8978c640ad3ac860f0e7f2150ab8a0dd hic-0.0.1.AppImage |
|
|
|
``` |
|
|
|
|
|
|
|
Mac: <u>[Download](https://victorgiers.com/hics/hic-0.0.1.dmg)</u> |
|
|
|
``` |
|
|
|
npm run windows |
|
|
|
$ md5sum hic-0.0.1.dmg |
|
|
|
> da5869ca0dad66fcd3f323438f7679ec hic-0.0.1.dmg |
|
|
|
``` |
|
|
|
This builds hic-0.0.1.exe |
|
|
|
Windows: <u>[Download](https://victorgiers.com/hics/hic-0.0.1.exe)</u> |
|
|
|
|
|
|
|
``` |
|
|
|
certutil -hashfile '.\hic 0.0.1.exe' MD5 |
|
|
|
MD5-Hash von .\hic 0.0.1.exe: |
|
|
|
3faebfc0b682a24d868693172f71040f |
|
|
|
$ md5sum hic-0.0.1.exe |
|
|
|
> 659225bb2d9c737658a5f94f21865574 hic-0.0.1.exe |
|
|
|
``` |