repaired bad codeblocks

This commit is contained in:
Moritz Kempe 2024-08-04 22:30:45 +02:00
parent d9bacacbd0
commit ca75ef7050

View file

@ -45,7 +45,7 @@ Versions:
./configure
make
make install
'''
```
#### opal
```bash
@ -53,16 +53,16 @@ make install
make -j5
make runtest
make install
'''
```
#### t38modem
If you are getting 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
```bash
git clone https://github.com/hehol/t38modem
cd t38modem
make
'''
```
If running the t38modem executable, you should run these commands
```bash