From 091e4e9b8441205ebc7117da7c2e911b1b5b82b1 Mon Sep 17 00:00:00 2001 From: Jan Willamowius Date: Thu, 14 Mar 2024 11:17:11 +0100 Subject: [PATCH] fix compile example --- docs/manual/advanced.sgml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/advanced.sgml b/docs/manual/advanced.sgml index 578907ee..a5164bbc 100644 --- a/docs/manual/advanced.sgml +++ b/docs/manual/advanced.sgml @@ -35,7 +35,7 @@ cd ~ git clone https://github.com/willamowius/h323plus.git cd h323plus export OPENH323DIR=~/h323plus -./configure --enable-h235 -enable-h46017 --enable-h46026 +./configure --enable-h235 --enable-h46017 --enable-h46026 make optnoshared @@ -48,8 +48,8 @@ cd gnugk make optnoshared -Once the compile is finished, the binary can be found as -~/gnugk/obj_linux_x86_64_s/gnugk (assuming you use a 64bit system). +Once the compile is finished, the binary can be found as (on a 64bit Linux system) +~/gnugk/obj_linux_x86_64_s/gnugk In order to stay up-to-date, run the following: