-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The current project setup does not include proper configuration to build and run on Linux systems. This issue aims to implement and validate the necessary changes to ensure full compatibility with Linux environments.
Tasks to be done:
• Configure CMakeLists.txt (or relevant build system) to support Linux
• Fix any platform-specific code or dependencies
• Test compilation on common Linux distributions (e.g., Ubuntu, Debian, Arch)
• Ensure all features behave as expected under Linux
• Update documentation with Linux build instructions if needed
Acceptance criteria:
• The project builds successfully on Linux without manual tweaks
• No Linux-specific runtime errors
• Documentation is up to date
Optional:
• Set up a CI job to build/test on a Linux runner (e.g., GitHub Actions or GitLab CI)