Giter Site home page Giter Site logo

libssl's Introduction

Building OpenSSL

NOTE: This project is still a work in progress. It's just started to be useful for me so I started hosting it.

Building OpenSSL is a pain. Especially for any platform besides Linux.

Let's fix that.

Extact an openssl release tarbar into the folder openssl_tarball. The file openssl_tarball/Makefile should exist. If it doesn't you did something wrong.

Use premake4 to generate your project file:

premake4 vs2008

Open your project file:

.build\projects\libssl.sln

Build.

The public includes for OpenSSL are in the include/ folder while your static libraries are in lib.

To clean up any build products, simply rerun premake4 with "clean" as the action:

premake4 clean

or use git:

git clean -df

Contact

@MatthewEndsley
https://github.com/mendsley/libssl

License

For OpenSSL see http://www.openssl.org/source/license.html.

My contributions (this git repsository) are released under the BSD 2-clause license (see LICENSE). This only applies if you want to distribute the lua files. You're free to distribute the OpenSSL libraries, headers, and projects using either under the terms of the OpenSSL licenses without crediting me.

premake4

Copyright (c) 2003-2012 Jason Perkins and individual contributors. All rights reserved.

Binaries are distributed under the BSD-3 clause license (see LICENSE_premake4).

See http://industriousone.com/premake for details.

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.