Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
yiwen9488 opened this issue May 27, 2024 · 3 comments
Open

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

yiwen9488 opened this issue May 27, 2024 · 3 comments
Labels
feature request Issues that request new features to be added to OnlyOffice

Comments

@yiwen9488
Copy link

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
Copy link
Member

igwyd commented May 27, 2024

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.

@Rita-Bubnova Rita-Bubnova added the feature request Issues that request new features to be added to OnlyOffice label May 27, 2024
@yiwen9488
Copy link
Author

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
Copy link
Member

igwyd commented May 28, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to OnlyOffice
Projects
None yet
Development

No branches or pull requests

3 participants