efa

Results 49 comments of efa

here the generated Windows 64 bit binaries package: ``` ProgramFiles/nedit-ng --------------------- ├── bearer │   └── qgenericbearer.dll 126391 ├── iconengines │   └── qsvgicon.dll 86970 ├── imageformats │   ├── qgif.dll 69144 │  ...

Please checks the following generation steps (on MinGW64/MSYS2 on Windows 64bit), maybe there is my mistake if you get 22 MB package on Windows: $ pacman -S mingw-w64-i686-qt5 mingw-w64-x86_64-qt5 mingw-w64-i686-boost...

> Just curious… Is this a release build? I'm not a developer, so please list the needed steps for a release build

sorry I do not know MSVC, I have done another test with MSYS2 and -DCMAKE_BUILD_TYPE=Release The resulting binary was still not stripped, I stripped myself. Here the result: ``` 255'488...

Units are Bytes. The DLL are a copy of the one supplied by the MSYS2 GNU distribution, and seems are not stripped. Can I use strip on DLL (once copied...

I stripped everything I can, and this saved some space: ``` 142'336 libbrotlicommon.dll 51'200 libbrotlidec.dll 97'280 libbz2-1.dll 81'408 libdouble-conversion.dll 737'792 libfreetype-6.dll 80'384 libgcc_s_seh-1.dll 1'291'264 libglib-2.0-0.dll 152'064 libgraphite2.dll 1'006'080 libharfbuzz-0.dll 1'056'768...

no, deleting one of them, running the executable complaint that the DLL is missing

no, I put the executable alone in an empy CMD sandbox, and run it. It complaint for a missing DLL, so I added that to the sandbox. Iterated till the...

here the script I'm using to create the package: ``` #!/bin/bash # nedit-ng_pkg: Copyright 2021 Valerio Messina v0.1.0 2021/05/28 # this script create a package for nedit-ng with all the...

are you interested in built package link?