Skip to content

Commit

Permalink
Update INSTALL.cmakebuild from INSTALL-cmakebuild.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
gijsbers committed Jun 2, 2024
1 parent 970fc92 commit acaa818
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion INSTALL.cmakebuild
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,13 @@ Developer/Integrator notes:
```
-DEXTRA_LIBS="-lsupc++"
-DENABLE_LTO=ON
-DEXTRA_MSGMERGE=--verbose -DEXTRA_MSGFMT=--verbose
-DEXTRA_MSGMERGE=--verbose -DEXTRA_MSGFMT=--verbose --log-level=VERBOSE
```
* There is a special target called `update_pot` which refreshes the
translation master template
* Another special option is `-DPO_UPDATE=ON` which extends the `install`
target to replace the PO files in the input source code. NOTE: this might
trigger another recompilation of MO files later.

* There is a configuration example for cmake builds in rebuild.sh.
run: `./rebuild.sh -r --prefix=/usr`
Expand Down

0 comments on commit acaa818

Please sign in to comment.