Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Linux plugin builq query
(1/1)
AndrewCot:
How are the following plugins built in Linux? I can see how they are built on Windows via CBP files.
* devpakupdater
* headerguard
* loghacker
* ModPoller
* tidycmtIn the src/plugins/Makefile.am is the following:
--- Code: ---EXTRA_DIST = headerguard \
loghacker \
modpoller \
tidycmt
--- End code ---
In the src/plugins/contrib/Makefile.am are the following relevant lines:
--- Code: ---DIST_SUBDIRS = ...\
devpak_plugin \
--- End code ---
blauzahn:
Good Question. On Linux it seems, by default they are not built at all.
Are they still relevant? Does somebody use them?
I always use configure to build cb on linux. Neither their names, nor EXTRA nor DIST are mentioned in configure --help.
devpak_plugin is the only one, where the directory (devpak_plugin) name does not correspond to the plugin name (devpakupdater). That naming is inconsistent. In addition to that, context matters. It already resides below the directory named plugins.
Navigation
[0] Message Index
Go to full version