Skip to content

Commit

Permalink
Update README.md about Windows release, cc #1001
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Nov 5, 2017
1 parent 79fdb64 commit 4b53e6c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,14 @@ Build the program by yourself.

#### Portable zip tarball (recommended)

Zip tarball release is much more small than the installer one, which can save you some bandwidth, disk space and time.
Zip tarball release is much more small than the installer one, which can save you some bandwidth, disk space and time, just simply download and extract the zip tarball to wherever you want.

- Directly download the zip tarball.
- Extract the files to wherever you want.
**Note**: The first time you use this program, you may need to install some additional dependencies, like [Visual C++ Redistributable Package](https://www.microsoft.com/en-US/download/details.aspx?id=26368)([Direct link](https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x86.exe)) and [OpenSSL libs](https://wiki.openssl.org/index.php/Binaries)([Direct link](https://slproweb.com/download/Win64OpenSSL_Light-1_0_2m.exe)), this only needs to be done once.

#### Installer

This installer currently includes **Visual C++ Redistributable** and OpenSSL libraries, so the size would be much bigger than the zip tarball, but you don't need to take care of the dependencies.

- Directly download the installer.
- Run the installer and follow the steps to install it on your system.

Expand Down

6 comments on commit 4b53e6c

@leonsoft-kras
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should give a direct link to the libraries of Visual and SSL on the githab (from the project)?
I'm not sure that the links library is the same.

@PeterDaveHello
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand, I think gave the link in the readme already?

@leonsoft-kras
Copy link
Contributor

@leonsoft-kras leonsoft-kras commented on 4b53e6c Nov 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure that the links library (Redistributable Package](https://www.microsoft.com/en-US/download/details.aspx?id=26368)([Direct link](https://download.microsoft.com/download/5/D/8/5D8C65CB-C849-4025-8E95-C3966CAFD8AE/vcredist_x86.exe)) and OpenSSL libs(Direct link))
is the same (/githab/.../setup/win/openssl/..dll + vcredist_x86(2008SP1).exe)

@leonsoft-kras
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it. You've made a lot of cool changes!!!

in history.txt + release (2 time)

  • Updated the Ararat Synapse library to the latest revision

@PeterDaveHello
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes I upgraded openssl and also vcredist, the link is the same as the latest.

@leonsoft-kras
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the great work!

Please sign in to comment.