electionguard-cpp
electionguard-cpp copied to clipboard
Support Arch linux flavors in scripts
Generic Issue
- [ ] Ensure this issue is not a bug report or feature request
Description A clear and concise description of the issue.
Possible Solution
Additional context/Screenshots Add any other context about the problem here. If applicable, add screenshots to help explain.
@AddressXception - We need to add detail or close if no longer an issue
Hello there! Is this issue related to porting the Makefile to arch linux(or other non-debian based linux distros)? If so, I'm interested in it.
@vini-fda It's to support Arch linux and other non-debian meaning recognizing what distro is running and running the appropriate scripts so essentially porting.
Do you have any pointer to which scripts I should begin porting with?
@vina-fda The Makefile has all the scripts for installing under make environment
. This line starts the linux section. This should also handle arch linux and other non-debian systems.
https://github.com/microsoft/electionguard-cpp/blob/fe0286a25c65cac4375ac2c0fee3495d1dc24244/Makefile#L43
This will need to be looked at again to see if we still want/need this for version 2.0
@SteveMaier-IRT Kindly have a look at the attached PR to resolve this issue.