From 0b968ae5124a37916f9ab901e91a11cd90ff81a4 Mon Sep 17 00:00:00 2001 From: detailer Date: Fri, 2 Jul 2021 21:41:00 +0530 Subject: added support for Windows --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 335cee9..5d37ccd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Install the required octave packages using the below command in linux terminal 1. Download and Install Scilab 6.0.1 x64 from [Scilab.org](https://www.scilab.org/) 2. Download and Install Octave 4.4.1 x64. (If you use a custom installation path different from the default see troubleshooting section below.) 3. Install Mingw Tollbox for Scilab (https://atoms.scilab.org/toolboxes/mingw/0.10.5). -4. Create an user variable called `'OCTAVE_HOME'` with value equal to the installation directory of Octave (default being: `"C:\Octave\Octave-4.4.1\"`). +4. Create an user variable called `'OCTAVE_HOME'` **with** value equal to the installation directory of Octave (default being: `"C:\Octave\Octave-4.4.1\"`). --- @@ -48,7 +48,7 @@ Launch Scilab and run the following commands inside the scilab console --- -## Building the source +## Building from source ## Linux In case if executing the builder and loader files in scilab throw an error regarding .so files, you probably need to build the toolbox from source. Do the following on the linux terminal -- cgit