Giter Club home page Giter Club logo

Comments (4)

PekeDevil avatar PekeDevil commented on May 27, 2024 2

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: libssl-dev, flex and bison. With this steps I installed Charm in Ubuntu for WSL, in a RPI4 running Ubuntu 20.04.4 LTS, and on a RPI0 running Raspbian Stretch.

I'm sorry for not being able to provide more insight for Kali. I hope these steps help 😄.

from charm.

dausonhoang avatar dausonhoang commented on May 27, 2024

Same here on Ubuntu. It seems to me Charm is no longer maintained.

from charm.

Naheel-Azawy avatar Naheel-Azawy commented on May 27, 2024

Just in case someone finds this in the future, I'd say better use something more portable like pyenv.
Something like the following did the job for me

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

from charm.

suiahae avatar suiahae commented on May 27, 2024

python=3.7 and pyparsing=2.4.0 will be ok

from charm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.