-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"make test" returns too many errors #285
Comments
Same here on Ubuntu. It seems to me Charm is no longer maintained. |
I managed to install charm on Ubuntu with PBC as the chosen math libraries by following this tutorial. Despite following the above tutorial, I also had to install the following dependencies: I'm sorry for not being able to provide more insight for Kali. I hope these steps help 😄. |
Just in case someone finds this in the future, I'd say better use something more portable like pyenv. pyenv install 3.7.5
eval "$(pyenv init -)"
pyenv global 3.7.5
git clone https://github.com/JHUISI/charm
cd charm
./configure
make
make install
make test |
|
I am trying to install charm on Kali Linux, my python version is Python 3.10.4.
I have installed the dependencies: GMP 5.x, PBC, OPENSSL.
After that, I ran "./configure.sh" and "make install". The two command ran without any errors.
But then I ran "make test" and it returned too many errors.
The text was updated successfully, but these errors were encountered: