Commit Graph

1 Commits

Author SHA1 Message Date
yair
1e58284817 feat: Add Linux build script and document ARM64 support
- Add build.sh: comprehensive Linux build script equivalent to build.ps1
  * Support for --build-type (all/idsueye-only), --config (release/debug)
  * Automatic dependency checking (cmake, GStreamer dev packages)
  * ARM64 architecture detection and support
  * Conditional IDS uEye SDK detection
  * Colored output and comprehensive error handling
  * Auto-installation with sudo when needed

- Update README.md with Linux/ARM64 build instructions:
  * Add Linux build section with build.sh usage examples
  * Document manual build process for Linux
  * Add verification commands and example usage
  * Mark ARM64 (aarch64) as tested on Jetson Xavier/Orin
  * Include platform compatibility matrix

Verified working on:
- Linux ARM64 (aarch64) - Jetson Xavier with Ubuntu 20.04 LTS
- IDS uEye UI328xCP-C camera successfully tested with video recording
- All 8 plugins build and function properly on ARM64
2025-11-26 19:28:06 +00:00