ONLYOFFICE/build_tools

How to package the results of the compilation exe program?

yiwen9488 opened this issue · 3 comments

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

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.

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

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.