Fill in some gaps

Also during some phase of build process I remember a build tool said I can use either `.net` or `mono`. And I tried installing `.net` using [microsoft instruction](https://www.microsoft.com/net/download/linux-package-manager/ubuntu18-04/runtime-2.0.8) but it still complained mono is missing. So I assume mono is the only possible dependency, I suggest to fix this as well.
This commit is contained in:
Oleg Stepura 2018-07-13 11:45:22 +02:00 committed by GitHub
parent f81d8cbded
commit 9c7d0dcaa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,17 +34,20 @@ sudo dnf install \
meson \
notify-sharp3-devel \
webkitgtk4-devel \
webkit2-sharp
webkit2-sharp \
xsltproc
```
### Additional source build requirements
Install mono-complete, [see instructions](https://www.mono-project.com/download/stable/#download-lin-ubuntu)
Install the `soup-sharp` and `webkit2gtk-sharp` bindings from:
https://github.com/hbons/soup-sharp
https://github.com/hbons/webkit2gtk-sharp
Both with:
Both with (clone repo and cd into it):
```bash
./autogen.sh
@ -53,7 +56,7 @@ sudo make install
```
Om Ubuntu, also install the `appindicator-sharp` bindings from:
https://github.com/hbons/appindicator-sharp
https://github.com/hbons/appindicator-sharp (this will require `libappindicator3-dev` to be installed with `sudo apt install libappindicator3-dev`)
### Start the build