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

Do I need dependencies on destination Windows PC? #10

Closed
frederikhors opened this issue Jun 4, 2021 · 1 comment
Closed

Do I need dependencies on destination Windows PC? #10

frederikhors opened this issue Jun 4, 2021 · 1 comment

Comments

@frederikhors
Copy link

If I compile for Windows my Golang project can I use the executable on another machine without wkhtmltopdf/wkhtmltox dependencies installed on that machine?

@adrg
Copy link
Owner

adrg commented Jun 4, 2021

Hi @frederikhors. No, you don't have to install wkhtmltox if you want to run your executable on other machines. However, you will need to ship your application with wkhtmltox.dll. As long as your executable and the DLL file are in the same directory, you should be able to run your application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants