Update README.md

This commit is contained in:
Dominic Grimm 2024-08-12 12:58:08 +00:00
parent 2c925a1aa5
commit 45c4895d8d

View file

@ -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