Don't make links in INSTALL doc - also, work first time!
This commit is contained in:
parent
efadf60f9c
commit
dd56626ecc
@ -676,7 +676,7 @@ print "RC2 uses u$type[$rc2_int]\n" if $rc2_int != $def_int;
|
|||||||
print "BF_PTR used\n" if $bf_ptr == 1;
|
print "BF_PTR used\n" if $bf_ptr == 1;
|
||||||
print "BF_PTR2 used\n" if $bf_ptr == 2;
|
print "BF_PTR2 used\n" if $bf_ptr == 2;
|
||||||
|
|
||||||
system 'make links' if !$IsWindows;
|
system 'make -f Makefile.ssl links' if !$IsWindows;
|
||||||
|
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
||||||
|
1
INSTALL
1
INSTALL
@ -16,7 +16,6 @@ Quick Start
|
|||||||
If you want to just get on with it, do:
|
If you want to just get on with it, do:
|
||||||
|
|
||||||
sh config [if this fails, go to step 1b below]
|
sh config [if this fails, go to step 1b below]
|
||||||
make -f Makefile.ssl links
|
|
||||||
make
|
make
|
||||||
make rehash
|
make rehash
|
||||||
make test
|
make test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user