From ce9bede559705a2462e6b8b029c270566f0331d3 Mon Sep 17 00:00:00 2001 From: Janis Streib Date: Sun, 22 Jun 2014 23:19:34 +0200 Subject: [PATCH] Added the native compile to the "beforeYouSart" documentation --- doc/beforeYouStart.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/beforeYouStart.txt b/doc/beforeYouStart.txt index 62f4d6fa..1e0954cd 100644 --- a/doc/beforeYouStart.txt +++ b/doc/beforeYouStart.txt @@ -7,3 +7,6 @@ Before you start using you might want to: - write your sql connection properties: config/sql.properties.template -> config/sql.properties - add the corresponding jdbc connector to your path. +- on unix-like systems: to securely run on privileged ports <= 1024 build the native setuid library (run the makefile in natives/). + This expects JAVA_HOME to be set. + -- 2.39.2