Add build system for native applications

- PyInstaller spec file for cross-platform builds
- Build scripts for Linux/macOS (build.sh) and Windows (build.bat)
- requirements.txt with all dependencies
- Updated README with build and installation instructions
- Support for creating standalone executables for all platforms

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-06 08:37:23 -07:00
parent 80a249edcc
commit 8005a53b48
6 changed files with 238 additions and 2 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
reportlab>=4.0.0
pyinstaller>=6.0.0