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

Make Windows installation easier #33

Merged
merged 7 commits into from
Aug 11, 2020
Merged

Make Windows installation easier #33

merged 7 commits into from
Aug 11, 2020

Conversation

chalcolith
Copy link
Member

@chalcolith chalcolith commented Jul 30, 2020

This change adds a Windows build script make.ps1, with a command .\make.ps1 libs that will download and build LibreSSL and put its libraries (crypto.lib and ssl.lib) in the base directory.

This way, if the base directory is in your PONYPATH, the libs will be searched for there.

You need Visual C++, CMake and 7Zip installed to use this.

Fixes #32

This change adds a Windows build script `make.ps1`, with a command `.\make.ps1 libs` that will download and build LibreSSL and put its libraries (`crypto.lib` and `ssl.lib`) in the package directory.
This way, if the package directory is in your PONYPATH, the libs will be searched for there.
@chalcolith chalcolith requested a review from SeanTAllen July 30, 2020 23:58
@SeanTAllen SeanTAllen added the changelog - added Automatically add "Added" CHANGELOG entry on merge label Aug 11, 2020
@SeanTAllen SeanTAllen changed the title Implement building and testing on Windows Make Windows installation easier Aug 11, 2020
@SeanTAllen SeanTAllen merged commit b403511 into master Aug 11, 2020
@SeanTAllen SeanTAllen deleted the windows_build branch August 11, 2020 18:34
github-actions bot pushed a commit that referenced this pull request Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - added Automatically add "Added" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linker not able to find some libs on Windows 10
2 participants