diff options
author | emkael <emkael@tlen.pl> | 2018-12-05 22:39:27 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-12-05 22:39:27 +0100 |
commit | 411da1044caae915af28cada2e07c0f96546d96c (patch) | |
tree | 8a39ef61a8034b4f95522d23921c3845f2fc1324 /doc/README.en.md | |
parent | 6c65a7ded576e38ab19bf02dc92b92e41870c6bb (diff) |
Simplifying installation by providing spearate 32-bit and 64-bit packagesv1.1
Diffstat (limited to 'doc/README.en.md')
-rw-r--r-- | doc/README.en.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/README.en.md b/doc/README.en.md index 914057c..69e255d 100644 --- a/doc/README.en.md +++ b/doc/README.en.md @@ -25,10 +25,9 @@ Double dummy analysis is provided by the [BCalc's](http://bcalc.w8.pl) `libbcalc Installation ============ - 1. [Download the application](https://github.com/emkael/bcdd/releases). + 1. [Download the application](https://github.com/emkael/bcdd/releases) in you desired architecture (32/64 bit). 2. Unpack it to your destination directory. - 3. [Download `libbcalcdds.dll` library](http://bcalc.w8.pl/download/API_C/) suitable for your CPU architecture (application supports both win32 and win64) and put it in the application directory or somewhere in your OS' library search path. - 4. You should be good to go. + 3. You should be good to go. BCDD is a .NET 3.5 application and requires [suitable runtime environment](https://www.microsoft.com/download/details.aspx?id=21) to function properly. |