adjacentlink / emane

Distributed wireless network emulation framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make: *** No rule to make target 'rpm'. Stop.

andredemori opened this issue · comments

Hello, I am facing this issue during the installation process. I'm using Ubuntu 20.04.

Build

./autogen.sh && ./configure && make

For information on configuration options see:

#./configure --help

Install

make install

Build RPMs

make rpm

make: *** No rule to make target 'rpm'. Stop.

I didn't find any .rpm file

You'll want to build debs on Ubuntu. "make deb" instead of "make rpm". See:

https://github.com/adjacentlink/emane/wiki/Build#ubuntu-2004-lts