aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorToni Uhlig <Toni.Uhlig@tq-group.com>2017-12-04 14:47:25 +0100
committerToni Uhlig <Toni.Uhlig@tq-group.com>2017-12-04 14:47:25 +0100
commit8488e2f64564a8d8af75634eb8009ebc1a2a19d4 (patch)
tree27f247ca7c0d9f00c27f6f343c0106ccf1d9a35a /README
parenta2bf9440d9b2c8ad5123098a8f166e872d16162e (diff)
README update: stripping the executable
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 21cb9c2..2804905 100644
--- a/README
+++ b/README
@@ -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