repaired bad codeblocks
This commit is contained in:
parent
d9bacacbd0
commit
ca75ef7050
1 changed files with 4 additions and 4 deletions
|
@ -45,7 +45,7 @@ Versions:
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
'''
|
```
|
||||||
|
|
||||||
#### opal
|
#### opal
|
||||||
```bash
|
```bash
|
||||||
|
@ -53,16 +53,16 @@ make install
|
||||||
make -j5
|
make -j5
|
||||||
make runtest
|
make runtest
|
||||||
make install
|
make install
|
||||||
'''
|
```
|
||||||
|
|
||||||
#### t38modem
|
#### 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
|
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
|
git clone https://github.com/hehol/t38modem
|
||||||
cd t38modem
|
cd t38modem
|
||||||
make
|
make
|
||||||
'''
|
```
|
||||||
|
|
||||||
If running the t38modem executable, you should run these commands
|
If running the t38modem executable, you should run these commands
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue