提交 5bb9e2b4 编写于 作者: R Richard Levitte

Tweak some more information in INSTALL

The summary on how to add configs and how Makefile et al wasn't quite
correct any more.
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 1316ca80
...@@ -193,12 +193,17 @@ ...@@ -193,12 +193,17 @@
$ ./Configure linux-elf [options] $ ./Configure linux-elf [options]
If your system is not available, you will have to edit the Configure If your system isn't listed, you will have to create a configuration
program and add the correct configuration for your system. The file named Configurations/{something}.conf and add the correct
generic configurations "cc" or "gcc" should usually work on 32 bit configuration for your system. See the available configs as examples
systems. and read Configurations/README and Configurations/README.design for
more information.
Configure creates the file Makefile.ssl from Makefile.in and The generic configurations "cc" or "gcc" should usually work on 32 bit
Unix-like systems.
Configure creates a build file ("Makefile" on Unix and "descrip.mms"
on OpenVMS) from a suitable template in Configurations, and
defines various macros in crypto/opensslconf.h (generated from defines various macros in crypto/opensslconf.h (generated from
crypto/opensslconf.h.in). crypto/opensslconf.h.in).
...@@ -287,7 +292,7 @@ ...@@ -287,7 +292,7 @@
You can find the list of available tests like this: You can find the list of available tests like this:
$ make list-tests # Unix $ make list-tests # Unix
$ make list-tests ! OpenVMS $ mms list-tests ! OpenVMS
Have a look at the manual for the perl module Test::Harness to Have a look at the manual for the perl module Test::Harness to
see what other HARNESS_* variables there are. see what other HARNESS_* variables there are.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册