I'd like to build and install Lynx on Mac OS X. I've found out that building is as simple as running ./configure, but I'm having trouble building with SSL support. I've downloaded openSSL. How do I include it in my build?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
||||
|
|
|
It should be as simple as:
Use:
to get all configuration options. Of course, this requires OpenSSL to be built and installed. If you installed it in a non-standard directory, you might need to specify the path with
|
|||
|
|