Skip to content
Discussion options

You must be logged in to vote

So I was able to get it to run after updating to protobuf 3.19.0. For anyone who lands here in the future to install the emane bindings properly on Ubuntu 18 I did the following:

a. cd <core_repo>/..
b. git clone https://github.com/adjacentlink/emane.git -b <vX.X.X>
c. cd emane
d. ./autogen.sh
e. PYTHON=/opt/core/venv/bin/python ./configure --prefix=/usr
f. cd src/python
g. make
h. sudo /opt/core/venv/bin/python -m pip install .

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@derkin123
Comment options

Comment options

You must be logged in to vote
1 reply
@bharnden
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by bharnden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants