diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-11 21:24:23 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-11 21:24:23 +0200 |
| commit | 0c57280c4eec7ddce569f89cb35de917d8b4d08e (patch) | |
| tree | 628ee84e0ab6b6e1fb0a7677c1bce8ad1aa374ea /README.md | |
| parent | 13f8e8ee5f4bd59281b52a961bed7c73f2e297f2 (diff) | |
| parent | 6e4d663cdaec2496cf9d3345096d556bbd0b811b (diff) | |
| download | kristall-0c57280c4eec7ddce569f89cb35de917d8b4d08e.tar.gz | |
Merge branch 'master' of github.com:MasterQ32/kristall
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -90,7 +90,17 @@ make #### Windows -Just use QtCreator to build `./src/kristall.pro`. Default settings should be fine. +Compile OpenSSL with the following steps: +- Install [Perl](https://www.perl.org/get.html) (either ActiveState or Strawberry) +- Install [NASM](https://www.nasm.us/) +- Add both to your PATH +- Clone [OpenSSL](https://github.com/openssl/openssl) +- Open a Visual Studio Developer Command Prompt (or a command prompt that has ran vcvarsall.bat). You will need Administrator privileges for the install step +- In the OpenSSL root directory, run `perl Configure VC-WIN32` if compiling for 32 bit, `perl Configure VC-WIN64A` for 64 bit +- Run `nmake` +- Run `nmake install` to install OpenSSL in `C:\Program Files\OpenSSL` + +Use QtCreator to build `./src/kristall.pro` with default settings. #### MacOS X |
