emane-tutorial
emane-tutorial copied to clipboard
Instructions for olsrd?
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
For Redhat:
- Clone git repo - https://github.com/OLSR/olsrd.git
- Perform “make install”
- OLSRd built this way does not have all the plugins installed and built and thus exits
- It was recommended to do a “make build_all” to build all the plugins while building OLSRd
- That failed with “fatal error: gps.h: No such file or directory”
- 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
- sudo yum install gpsd-devel
- If youre having build issue, follow https://github.com/OLSR/olsrd/issues/128 for further instructions