emane-tutorial icon indicating copy to clipboard operation
emane-tutorial copied to clipboard

Instructions for olsrd?

Open ehengberg opened this issue 3 years ago • 1 comments

Can you provide any more details for step 5 (build and install olsrd)? The link doesn't lead to any place with explicit instructions.

Thanks

ehengberg avatar Oct 06 '21 19:10 ehengberg

For Redhat:

  1. Clone git repo - https://github.com/OLSR/olsrd.git
  2. Perform “make install”
  3. OLSRd built this way does not have all the plugins installed and built and thus exits
  4. It was recommended to do a “make build_all” to build all the plugins while building OLSRd
  5. That failed with “fatal error: gps.h: No such file or directory”
  6. Pull gpsd-devel package wget https://rpmfind.net/linux/fedora/linux/development/rawhide/Everything/aarch64/os/Packages/g/gpsd-devel-3.25-.fc39.aarch64.rpm
  7. sudo yum install gpsd-devel
  8. If youre having build issue, follow https://github.com/OLSR/olsrd/issues/128 for further instructions

sanjayjaiman avatar Aug 04 '23 19:08 sanjayjaiman