Skip to content

Commit ea2e290

Browse files
Update README.md
1 parent 731f449 commit ea2e290

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,24 @@ The version of Lua supported by this distro is 5.3.5. The following changes were
5151

5252
## On Linux or Mac OSX
5353

54-
* Install under `$HOME/ravi` or `$HOME/lua53`.
55-
* Set environment variables as follows:
54+
In the `build` folder there are some scripts to help build and install Suravi.
55+
56+
Assuming we are installing under `$HOME/Software/ravi` then we can invoke:
57+
58+
```
59+
cd Suravi
60+
sh build/linux_build.sh $HOME/Software/ravi
5661
```
57-
source $HOME/ravi/bin/ravi-env.sh
62+
63+
Once build is complete, we can setup the environment as follows.
64+
5865
```
66+
source $HOME/Software/ravi/bin/ravi-env.sh
67+
```
68+
5969
Replace `ravi` with `lua53` if you are using Lua.
6070

61-
Note that if you install at some other location then you need to change the paths in following files in the distro:
71+
Note that the installation paths are copied to following files in the distro:
6272

6373
* `bin/ravi-env.sh` or `bin/lua-env.sh`
6474
* `share/lua/5.3/torch/paths.lua`

0 commit comments

Comments
 (0)