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

build: add scrypt-windows as submodule #43

Merged
merged 3 commits into from
Nov 10, 2023

Commits on Nov 8, 2023

  1. build: add scrypt-windows as submodule

    This is the simple approach: we know that the code from scrypt-windows
    repository compiles to a working static library on Windows.
    
    - add git repository barrysteyn/scrypt-windows as submodule
    - enable submodules checkout feature in Windows workflow
    - convert the information from binding.gyp to a CMakeList.txt
    - enable language C in project to enable CMake support for C modules
    - add new directory src/3rdparty/scrypt to Windows build
    - remove imported scrypt static library bits from Windows build
    - remove scypt-windows steps from Windows workflow
    - update build instructions accordingly
    stefanb2 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    fac196e View commit details
    Browse the repository at this point in the history
  2. README: add titles to links

    stefanb2 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    72e3d5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7dd93c View commit details
    Browse the repository at this point in the history