Closed andredemori closed 2 years ago
Hello, I am facing this issue during the installation process. I'm using Ubuntu 20.04.
./autogen.sh && ./configure && make
For information on configuration options see:
make install
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
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