Skip to content

Commit bb035ef

Browse files
Update README.md
1 parent b9267d9 commit bb035ef

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# A distribution of Lua / Ravi 5.3
1+
# A Distribution of Lua / Ravi 5.3
22

33
This is currently work-in-progress distribution of Lua / Ravi 5.3.
44

@@ -26,7 +26,11 @@ Library | Description | Status
2626
[cephes](https://github.com/deepmind/torch-cephes) | Provides and wraps the mathematical functions from the Cephes mathematical library, developed by Stephen L. Moshier | Planned
2727
[ravi-ffi](https://github.com/dibyendumajumdar/ravi-ffi) | Based on luaffi/luaffifb, this library provides a LuaJIT FFI interface for stock Lua 5.3 / Ravi | Included
2828

29-
## Instructions
29+
# Downloads
30+
31+
See the Releases page for available downloads.
32+
33+
# Build Instructions
3034
The distro is still under development and is not ready for use yet. However, as support gets added for the libraries above, interim alpha-releases will be made available.
3135

3236
## Lua Version and Build Info
@@ -64,15 +68,7 @@ Configure OpenBLAS to be the default BLAS as follows:
6468

6569
#### Install BLAS and LAPACK on Windows 10
6670

67-
On Windows you can use [VCPKG](https://github.com/Microsoft/vcpkg). On my system the `vcpkg list` command displays:
68-
69-
```
70-
vcpkg list
71-
clapack:x64-windows 3.2.1-1 CLAPACK (f2c'ed version of LAPACK)
72-
clapack:x64-windows-static 3.2.1-1 CLAPACK (f2c'ed version of LAPACK)
73-
openblas:x64-windows 0.2.20-2 OpenBLAS is an optimized BLAS library based on G...
74-
openblas:x64-windows-static 0.2.20-2 OpenBLAS is an optimized BLAS library based on G...
75-
```
71+
On Windows you can use pre-built libraries I provide in [Ravi Distro Dependencies](https://github.com/dibyendumajumdar/ravi-external-libs).
7672

7773
### Build process
7874

0 commit comments

Comments
 (0)