Lines Matching +full:linux +full:- +full:stable +full:- +full:openssl
4 in March - April 2020. Doing this on a linux distro is way simpler and quicker
15 Assuming like me the first thing you do with a new laptop is install Linux over
26 https://www.spice-space.org/download/windows/spice-guest-tools/spice-guest-tools-latest.exe
28 ### Blood-pressure reduction: Firefox
30 https://www.mozilla.org/en-US/exp/firefox/
32 When it's up, add-ons: ublock origin, privacy badger, noscript, disable search
35 ### Blood-pressure reduction: Clink
37 This is a hack on cmd.exe that lets it understand Ctrl-R and fixup unix-style
56 [git](https://git-scm.com/download/win)
58 **Select the install option for "extra unix commands"** so you can get `ls -l`,
67 I installed as little as possible, we just want the C "C++" tools... 7GB :-)
78 ### Required: OpenSSL
82 trivial on Linux but of course windows makes everything nasty.
86 #### OpenSSL build Prerequisite: install perl binary argument
88 Move the git version of perl out of the way, it won't work for OpenSSL build
91 mv /usr/bin/perl /usr/bin/perl-git
94 For windows, OpenSSL "recommends" ActiveState perl but it doesn't work for me,
98 http://strawberryperl.com/download/5.30.2.1/strawberry-perl-5.30.2.1-64bit.msi
102 #### OpenSSL build Prerequisite: NASM argument
104 Go here and click on the latest stable, download the win32 .exe
114 #### OpenSSL build setup: source VC env vars argument
123 ### OpenSSL build:
125 Grab openssl from git... assuming the prerequisites above went well it will
129 $ git clone https://github.com/openssl/openssl
130 $ cd openssl
131 $ perl Configure VC-WIN64A
139 $ cd openssl
145 `C:\Program Files\OpenSSL`.
156 Save it into `C:\Program Files\Common Files\SSL\cert.pem` where openssl will be able to see it.
163 I downloaded the latest (2012) zip release of pthreads-win32 from here
165 ftp://sourceware.org/pub/pthreads-win32
173 …-DLWS_HAVE_PTHREAD_H=1 -DLWS_EXT_PTHREAD_INCLUDE_DIR="C:\Program Files (x86)\pthreads\include" -DL…
186 > cmake --build . --config DEBUG
193 > cmake --install . --config DEBUG
203 …\dll\x64\pthreadGC2.dll" "C:\Program Files\OpenSSL\bin\libcrypto-3.dll" "C:\Program Files\OpenSSL…
209 $ libwebsockets-test-server.exe -s