diff options
author | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-04 14:47:25 +0100 |
---|---|---|
committer | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-12-04 14:47:25 +0100 |
commit | 8488e2f64564a8d8af75634eb8009ebc1a2a19d4 (patch) | |
tree | 27f247ca7c0d9f00c27f6f343c0106ccf1d9a35a /README | |
parent | a2bf9440d9b2c8ad5123098a8f166e872d16162e (diff) |
README update: stripping the executable
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -39,6 +39,10 @@ Build with a shipped (static) wxWidgets version The argument -jN specifies the number of parallel build jobs. The argument V=1 specifies a verbose compilation mode. +4. Do not forget to strip the resulting executable with `make install DESTDIR=./tmp`. + Or you could run the strip program for yourself, e.g.: `i686-w64-mingw32-strip -s src/utool.exe` + Because size matters! (~16mb unstripped > ~3mb stripped!) + Build with a dynamic wxWidgets version ====================================== @@ -48,6 +52,8 @@ Build with a dynamic wxWidgets version 2. Run `make` (see above) +3. Strip the resulting executable (see above) + For a successful host wxWidgets build you'll need at least one extra package: libwxbase3.0-dev OR libwxbase3.1-dev |