ONLYOFFICE / build_tools

Used to build ONLYOFFICE DocumentServer-related products
https://www.onlyoffice.com
GNU Affero General Public License v3.0
99 stars 176 forks source link

How to package the results of the compilation exe program? #819

Open yiwen9488 opened 4 months ago

yiwen9488 commented 4 months ago

It was successfully compiled in ubuntu using build tools

get clone https://github.com/ONLYOFFICE/document-server-package cd doument-server-package make exe

/bin/sh: 1: cygpath: not found cd exe && iscc -Qp -DVERSION=0.0.0.0 -DEDITION=community -DBRANDING_DIR='' common.iss /bin/sh: 1: iscc: not found Makefile:502: recipe for target 'exe/ONLYOFFICE-DocumentServer-0.0.0.0-x64.exe' failed make: *** [exe/ONLYOFFICE-DocumentServer-0.0.0.0-x64.exe] Error 127

igwyd commented 4 months ago

Hello @yiwen9488, cygpath is maybe part of the cygwin package, and iscc may be part of the Inno Setup Compiler installer installation, but not sure, i am just QA. I created ticket #68211 to the developers to add the feature to build packages with using build_tools.

yiwen9488 commented 4 months ago

Hello @yiwen9488, cygpath is maybe part of the cygwin package, and iscc may be part of the Inno Setup Compiler installer installation, but not sure, i am just QA. I created ticket #68211 to the developers to add the feature to build packages with using build_tools.

I used build_tools on windows also compiled successfully, out directory generated a compiled file, can run up, I ask how to compile a good file under windows package into exe? Is there a script for that

igwyd commented 4 months ago

I ask how to compile a good file under windows package into exe?

I see you point, but we haven't a guide for that.

Is there a script for that

We don't have it at the moment, but i created ticket in this post for add it.