UPDATE ......Confluence has now been updated to version 9.2.6. Please see following page for details and feedback about changes:
Updates
...
Download the code from GitHub https://radsecproxy.github.io/.
- Unpack the code.
- Navigate into the unpacked directory (the base directory)
- 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
|
...