No commit message authored by Karel Slaný's avatar Karel Slaný
No commit message
......@@ -71,13 +71,14 @@ Cross compiling using MinGW32:
```
This will prepare and generate a 32-bit package for Windows. Currently we use `i586-mingw32msvc`.
Creating Chrome package:
## Creating Chrome Package
``` shell
...
make
./scripts/install_chrome_add_payload.sh -C google-chrome
```
You need to have the package keys needed to signing the extension located in the parrent directory where the validator source tree is located.
You need to have the package keys needed to signing the extension located in the parent directory where the validator source tree is located.
**Building extensions for Safari is currently not supported.**
......@@ -136,4 +137,4 @@ cmake -DTARGET_ARCH=x86_64 .
(cmake -DTARGET_ARCH=i386 .)
make
```
Run Safari. Load safari.extension folder into Safari Extesion Builder and build it. Then install extension package via Safari Extension Manager.
\ No newline at end of file
Run Safari. Load safari.extension folder into Safari Extension Builder and build it. Then install extension package via Safari Extension Manager.
\ No newline at end of file