Description
The current build system uses custom .bat and .sh scripts, which can be error-prone and hard to maintain.
Suggested improvement
Migrate to a standard build tool like:
This would improve:
- Dependency management
- Integration with modern IDEs
- Packaging and distribution process
Note
If maintaining simplicity is important, consider keeping both script-based and build-tool-based options.