Skip to content

README references removed make.ps1 libs command #51

Description

@SeanTAllen

`README.md:96` instructs Windows users:

Otherwise, before using this package, you must run `.\make.ps1 libs` in its base directory to download and build LibreSSL for Windows.

The `libs` command was removed as part of PR #38 (switch to prebuilt LibreSSL binaries on Windows). The current `make.ps1` only accepts `build`, `test`, `install`, `package`, `clean`, and `distclean`.

Surfaced during pre-PR review of #47. Pre-existing; left stale by PR #38.

Suggested fix

Update the README's Windows section to describe the current approach — LibreSSL is downloaded by `.ci-scripts/windows-install-libressl.ps1` and cached between CI runs; for local development the relevant command needs to be stated or the section removed if Corral covers the common case.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions