Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the code from GitHub https://radsecproxy.github.io/.

  2. Unpack the code.
  3. Navigate into the unpacked directory (the base directory)
  4. type the usual UNIX compilation sequence (the configure switch about F-Ticks is only needed if you need that functionality):   
Code Block
./configure --enable-fticks
make
make check
make install

...