aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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