electionguard-cpp icon indicating copy to clipboard operation
electionguard-cpp copied to clipboard

Support Arch linux flavors in scripts

Open AddressXception opened this issue 4 years ago • 7 comments

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 avatar Feb 03 '21 18:02 AddressXception

@AddressXception - We need to add detail or close if no longer an issue

lmarie79 avatar Sep 20 '21 21:09 lmarie79

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 avatar Oct 04 '21 23:10 vini-fda

@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.

keithrfung avatar Oct 07 '21 17:10 keithrfung

Do you have any pointer to which scripts I should begin porting with?

vini-fda avatar Oct 11 '21 01:10 vini-fda

@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

keithrfung avatar Oct 11 '21 15:10 keithrfung

This will need to be looked at again to see if we still want/need this for version 2.0

SteveMaier-IRT avatar Mar 29 '22 14:03 SteveMaier-IRT

@SteveMaier-IRT Kindly have a look at the attached PR to resolve this issue.

awaistanveer avatar Aug 31 '22 10:08 awaistanveer