Skip to content

Commit

Permalink
fix compile example
Browse files Browse the repository at this point in the history
  • Loading branch information
willamowius committed Mar 14, 2024
1 parent 5af18f8 commit 091e4e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/manual/advanced.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -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
</verb>

Expand All @@ -48,8 +48,8 @@ cd gnugk
make optnoshared
</verb>

Once the compile is finished, the binary can be found as
<verb>~/gnugk/obj_linux_x86_64_s/gnugk</verb> (assuming you use a 64bit system).
Once the compile is finished, the binary can be found as (on a 64bit Linux system)
<verb>~/gnugk/obj_linux_x86_64_s/gnugk</verb>

In order to stay up-to-date, run the following:

Expand Down

0 comments on commit 091e4e9

Please sign in to comment.