adjacentlink / emane

Distributed wireless network emulation framework
Other
127 stars 37 forks source link

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

Closed andredemori closed 2 years ago

andredemori commented 2 years ago

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

eschreiber-alink commented 2 years ago

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