Commit ea2e290 1 parent 731f449 commit ea2e290 Copy full SHA for ea2e290
File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,24 @@ The version of Lua supported by this distro is 5.3.5. The following changes were
51
51
52
52
## On Linux or Mac OSX
53
53
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
56
61
```
57
- source $HOME/ravi/bin/ravi-env.sh
62
+
63
+ Once build is complete, we can setup the environment as follows.
64
+
58
65
```
66
+ source $HOME/Software/ravi/bin/ravi-env.sh
67
+ ```
68
+
59
69
Replace ` ravi ` with ` lua53 ` if you are using Lua.
60
70
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:
62
72
63
73
* ` bin/ravi-env.sh ` or ` bin/lua-env.sh `
64
74
* ` share/lua/5.3/torch/paths.lua `
You can’t perform that action at this time.
0 commit comments