dillo-browser / dillo

Dillo, a multi-platform graphical web browser
https://dillo-browser.github.io/
GNU General Public License v3.0
568 stars 28 forks source link

Installation guide: building and plugins Makefile template #165

Open tkapias opened 6 months ago

tkapias commented 6 months ago

The examples in the installation guide (doc/install.md) will install the config files in /usr/local/etc/dillo.

But most other tutorials and the Makefile template in every official plugins expect /etc/dillo.

The examples should be ../configure --prefix=/usr/local --sysconfdir=/etc.

rodarima commented 6 months ago

The examples should be ../configure --prefix=/usr/local --sysconfdir=/etc.

Plugins should accept non-standard installation paths for /etc (including others than /usr/local/etc), so we don't need to pollute /etc with non-packaged files.

We can search in /etc and /use/local/etc for dpidrc by default for now.

Maybe also add a make variable so we can specify where to look for dpidrc to support other installation prefixes.