Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix rtr.tar now has dependency on system

...

Expand
titleInstall freeRouter net-tools


Code Block
languagebash
themeMidnight
titleget freeRouter net-tools tarball
wget freerouter.nop.hu/http://www.freertr.net/rtr-`uname -m`.tar -O rtr.tar


Code Block
languagebash
themeMidnight
titleInstall build tools
tar xvf rtr.tar -C ~/freeRouter/bin/


Note

For those you would like to rebuild these binaries you can find the compilation shell script in freeRouter cloned git repository in: ~/freeRouter/src/native/c.sh


...