Browse Source

docs: add description for `make -B` command

master
Valdis Vitolins 4 years ago
parent
commit
c1d9341f86
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      docs/building.md

+ 5
- 0
docs/building.md View File

@@ -140,6 +140,11 @@ where `LANG` is the language code of the given language. More information can
be found in the [Adding or Improving a Language](add_language.md)
documentation.

If project settings are changed, you may need to force rebuilding all project,
including already built files. To do this execute command:

make -B

#### Cross Compilation

Because the eSpeak NG build process uses the built program to compile the

Loading…
Cancel
Save