Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Masui Masanori
Masui Masanori

Posted on

     

[Windows] Installing OpenSSL

Getting tools and sources

To install OpenSSL, I have to build it from source.
I can get the source from its GitHub repository.

git clone https://github.com/openssl/openssl.git
Enter fullscreen modeExit fullscreen mode

To build it, I need install Visual Studio(and components for C++ Desktop Development), Perl and NASM.

Image description

I installed Visual Studio Community 2022, Strawberry Perl, and NASM.

Most of the installation steps are described in the documentation.

However, there are two things to note.

1. Should not use the default installed Command Prompt or PowerShell

I must use the "x64 Native Tools Command Prompt for VS 2022" installed with Visual Studio.
Otherwise I will get errors on executing "nmake".

2. Execute "nmake install" as Administrator

I must execute "nmake install" as Administrator to avoid permission denied.

Now I can execute OpenSSL commands.

Image description

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Programmer, husband, fatherI love C#, TypeScript, Go, etc.
  • Location
    Wakayama, Japan
  • Joined

Trending onDEV CommunityHot

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp