Skip to content

Commit

Permalink
Updated example command for lua and R: Fix for issue #4038 (#4053)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanthduvvada authored and karlnapf committed Dec 26, 2017
1 parent ccda0e8 commit e0ece7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/readme/INTERFACES.md
Expand Up @@ -69,7 +69,8 @@ This needs `shogun.R` to be visible, which is either in `path/to/build/src/inter
export R_LIBS_USER="path/to/shogun.R:$R_LIBS_USER"

Running an example:
R --no-restore --no-save --no-readline --slave -f path/to/r_example.rb

R --no-restore --no-save --no-readline --slave -f path/to/r_example.r

### Lua
This needs `libshogun.so` (this is the interface file, not the shared library file `libshogun.so`) to be visible, which is either in `path/to/build/src/interfaces/lua_modular/` or in something similar to `path/to/shogun-install/lib/lua/5.1/`
Expand All @@ -78,7 +79,7 @@ This needs `libshogun.so` (this is the interface file, not the shared library fi

Running an example:

R --no-restore --no-save --no-readline --slave -f path/to/r_example.R
lua path/to/lua_example.lua

### CSharp
This needs `shogun.dll` to be visible, which is either in `path/to/build/src/interfaces/csharp_modular` or in something similar to `path/to/shogun-install/lib/cli/shogun/`
Expand Down

0 comments on commit e0ece7c

Please sign in to comment.