build-systemgood first issuetesting
Métriques du dépôt
- Stars
- (0 étoile)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Description
Test the Makefile and build system across different operating systems.
Platforms to Test
- FreeBSD - Native platform, should work perfectly
- Ubuntu/Debian - Test
apt-getdependency installation - macOS - Test Homebrew installation path
- Alpine Linux - Test minimal environment
Tasks for Each Platform
- Install Guile 3.0+ using platform package manager
- Clone repository
- Run
make check-deps - Run
make compile - Run
make test - Test CLI functionality
- Document any platform-specific issues
Expected Outcome
- Build instructions work on all major platforms
- Any platform-specific bugs are identified
- Installation docs are validated
- Build system is robust
Resources
Skills Needed
- Access to different operating systems
- Package manager familiarity
- Build system troubleshooting
Great for testing cross-platform compatibility!