GithubHelp home page GithubHelp logo

isabella232 / windows-openssl-build Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chef-boneyard/windows-openssl-build

0.0 0.0 0.0 288 KB

Customized build of OpenSSL for Windows

Ruby 99.81% Batchfile 0.19%

windows-openssl-build's Introduction

windows-openssl-build

Build status

This repo contains the build recipes needed to build openssl for Windows. It uses knap-build and knap-recipes. Creating a GitHub release on this repo will trigger AppVeyor to build OpenSSL and add the files to that release.

Building Locally

To build, you need a working DevKit along with Ruby. You can install Ruby from RubyInstaller. Once both are installed, you will need to make sure that you have a working tar.exe in your path. This can be acheived by copying bsdtar.exe from mingw. For example, cp C:\Ruby21\DevKit\mingw\bin\bsdtar.exe C:\Ruby21\DevKit\bin\tar.exe. You will also need a curl.exe. You can use chocolatey to acquire curl from https://chocolatey.org/packages/curl.

Now, you will need to activate DevKit. Assuming you are using powershell, this can be done by running C:\Ruby21\DevKit\devkitvars.ps1. This will add the GCC compiler toolcahin to your path.

The final steps are easy. First, set the version of OpenSSL you want to build in the OPENSSL_VERSION file. This file must have a corresponding knapfile in knap-build/recipes/openssl. After that bundle exec rake build.

You can find the artificats in knap-build/var/knapsack/packages/openssl/

Publishing through AppVeyor

To have AppVeyor publish the artificats in a GitHub Release, make sure your changes are merged into master and create a release through the Releases tab. Name it the version of OpenSSL you are wanting to build so that we can easily tell what it is. Once you do this, it will kick off a build on AppVeyor. If this job succeeds, it will publish the artificats and you will be able to see them on the release.

windows-openssl-build's People

Contributors

azolo avatar haus avatar jaym avatar luislavena avatar shirosaki avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.