summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordetailer2021-07-02 21:41:00 +0530
committerdetailer2021-07-02 21:41:00 +0530
commit0b968ae5124a37916f9ab901e91a11cd90ff81a4 (patch)
tree243b8841f0b787f2096ccc6c0a0a8a95cd99a331
parent41372dc603662616acc21e8bacff4771a9954655 (diff)
downloadfossee-scilab-octave-toolbox-0b968ae5124a37916f9ab901e91a11cd90ff81a4.tar.gz
fossee-scilab-octave-toolbox-0b968ae5124a37916f9ab901e91a11cd90ff81a4.tar.bz2
fossee-scilab-octave-toolbox-0b968ae5124a37916f9ab901e91a11cd90ff81a4.zip
added support for Windows
-rw-r--r--README.md4
1 files 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