S
S
SocialFly2016-01-08 06:45:46
OpenSSL
SocialFly, 2016-01-08 06:45:46

(QtCreator) OpenSSL How to build .lib files?

Hello. I've been suffering for two days now. I downloaded the sources from the official site. And they need to be compiled (i.e., get ready-made .lib files) There is an instruction:
> perl Configure VC-WIN64A - Runs without problems
> ms\do_win64a - Already with one error:
C:\Users\Mikhail\Desktop\openssl>ml64 - c -Foms\uptable.obj ms\uptable.asm
"ml64" is not recognized as an internal or external

command, operable program, or batch file.
> nmake -f ms\ntdll.mak - Doesn't want to run at all:
C:\Users\Michael\Desktop\openssl>nmake -f ms\ntdll.mak
"nmake" is not an internal or external
command, operable program or batch file.

> cd out32dll }
|> These two commands cannot be executed because there are no such folders.
> ..\ms\test }
In general, HELP!!!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
EXL, 2016-01-08
@SocialFly

1. ml64 , nmake and other utilities must come with Microsoft Visual Studio (for example, the free 2013 Comminity or 2015 Comminity).
2. After installing Microsoft Visual Studio to build openssl, you need to run a special console with predefined environment variables. To do this, run Start -> Visual Studio -> Visual Studio Tools -> VS x64 Native Tools Command Prompt and get access to ml64 , nmake and other console utilities.
3. Cyrillic in build paths is extremely undesirable, so it's best to move the openssl source directory from C:\Users\Mikhail\Desktop\openssl somewhere to C:\Dev\Build\openssl> .

J
Jacob E, 2016-01-08
@Zifix

You need to install the ml64 and nmake utilities

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question