Building SSLeay

As I've mentioned elsewhere I like to be able to share my src tree via NFS and build on multiple platforms. The Makefiles contained in ftp://ftp.quick.com.au/pub/sjg/build-ssleay.tar.gz make that easy, and also provide for building share libs on many platforms.

Building

You need to have a BSD make installed. You need to unpack the makefiles in the same directory where you unpacked the SSLrsh source. You then need to make ssl/build-090/dist a symlink to your SSLeay-0.9.0b source tree. The Makefiles will do the rest.

$ bmake obj
$ cd ssl/build-090
$ bmake obj
$ bmake
# bmake install
The initiall bmake obj in the top level directory ensures that the obj directories if configured to be symlinks off to a parallel tree point to a real directory.


$Id: build-ssleay.html,v 1.1 1999/07/15 13:43:39 sjg Exp $
Copyright © 1997 QUICK.COM.AU