mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-17 16:29:28 -04:00
Additional comments about OPENSSL_DIR variable, prompted by Dave Hart
This commit is contained in:
parent
eba0eb2e71
commit
6bde2efd86
@ -3,7 +3,14 @@
|
||||
# I'm not very knowledgeable about MSVC and nmake beyond their most basic
|
||||
# aspects. If anything here looks wrong to you, please let me know.
|
||||
|
||||
# If you want OpenSSL support, uncomment and change to where your OpenSSL is
|
||||
# If OPENSSL_DIR is not set, builds without OpenSSL support. If you want
|
||||
# OpenSSL support, you can set the OPENSSL_DIR variable to where you
|
||||
# installed OpenSSL. This can be done in the environment:
|
||||
# set OPENSSL_DIR=c:\openssl
|
||||
# Or on the nmake command line:
|
||||
# nmake OPENSSL_DIR=C:\openssl -f Makefile.nmake
|
||||
# Or by uncommenting the following line here in the makefile...
|
||||
|
||||
# OPENSSL_DIR=c:\openssl
|
||||
|
||||
!IFDEF OPENSSL_DIR
|
||||
|
Loading…
x
Reference in New Issue
Block a user