diff --git a/README.md b/README.md index 7f629a1..7cd359b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Has some problems: https://github.com/lexbailey/compilerfax/blob/main/hylafax_is Unfortunately this software stack uses a lot of legacy software. Because of this, this guide was only tested on specific software versions ### Debian 12 Bookworm -For Debian 12, we´ll only install dependencies which are hard requirements. +For Debian 12, we'll only install dependencies which are hard requirements. For this guide we'll use ptlib 2.18.6 and opal 3.18.6. #### Installing Requirements @@ -56,7 +56,7 @@ make install ``` #### t38modem -If you are getting error about `-1` not being able to be cast to a `long unsigned int` due to `-Wnarrowing` inside `dle.cxx`, you can add `-Wno-narrowing` after the `CPPFLAGS` in the Makefile to disable this error +If you are getting an error about `-1` not being able to be casted to a `long unsigned int` due to `-Wnarrowing` inside `dle.cxx`, you can add `-Wno-narrowing` after the `CPPFLAGS` in the Makefile to disable this error ```bash git clone https://github.com/hehol/t38modem