No description
  • C++ 60%
  • C 38.8%
  • QMake 0.8%
  • CMake 0.4%
Find a file
Patrick Schlangen bfe894faaf
Merge pull request #1 from b1gMail-OSS/main
Fix missing include cstring to prevent build errors
2025-01-05 21:19:08 +01:00
cli Fix missing include cstring to prevent build errors 2025-01-03 22:10:22 +00:00
gui Initial import of BMPluginCreator 2023-01-22 19:48:51 +01:00
.gitignore Initial import of BMPluginCreator 2023-01-22 19:48:51 +01:00
LICENSE Add license, readme 2023-01-22 19:53:30 +01:00
README.md Add license, readme 2023-01-22 19:53:30 +01:00

BMPluginBuilder

This repository contains the GPL-ized version of BMPluginBuilder, a tool to create .bmplugin plugin archives for b1gMail.

Overview

There are two versions of this tool:

  • Command line version in folder cli/ - useful for automated build flows, scripts, etc. This version has been used internally to produce the .bmplugin file for the b1gMailServer admin plugin, for example.
  • Graphical user interface version in folder gui/. This is the tool which has been distributed as part of the b1gMail Plugin SDK.

Building

The CLI version can be built with CMake. For the GUI version, use Qt's qmake or Qt Creator. The GUI version uses a fairly old version of Qt (4.x series) and might need adjustements to build with newer Qt versions.