fasferraz / NWu-Non3GPP-5GC

NWu IKEv2/IPSec Dialer for 5GC / N3IWF
GNU General Public License v3.0
29 stars 16 forks source link

Installation #7

Closed zhemant closed 11 months ago

zhemant commented 11 months ago

I think this might be helpful to others as there are no installation instruction given and for someone who is starting freshly things may become complex.

sudo apt insatll libpcsclite-dev

pip3 install serial wheel pycrypto  pyscard swig requests cryptography

git clone https://github.com/mitshell/card.git
cd card
python3 setup.py install
cd ..

git clone https://github.com/mitshell/CryptoMobile.git
cd CryptoMobile/
python3 setup.py install
cd ..

This is what worked for me on ubuntu:22.04. You are welcome to improve it.

fasferraz commented 11 months ago

Thanks! Added this info to Readme.md