diff options
author | Kamakshidasan | 2016-12-24 00:39:26 +0530 |
---|---|---|
committer | GitHub | 2016-12-24 00:39:26 +0530 |
commit | 70cab15b61db237cb5e6bdf94060306e053f52d8 (patch) | |
tree | e7679d76e2768a2ed476bbc483e065b4cd680b0a | |
parent | 24dbd6bcc173e64aac98c203ecc0f0c0fe58a4be (diff) | |
download | xcos-on-web-70cab15b61db237cb5e6bdf94060306e053f52d8.tar.gz xcos-on-web-70cab15b61db237cb5e6bdf94060306e053f52d8.tar.bz2 xcos-on-web-70cab15b61db237cb5e6bdf94060306e053f52d8.zip |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,13 +5,13 @@ The main aim of this project will be to port core functionalities of Xcos to a b ## Installation - `git clone https://github.com/FOSSEE/xcos-on-web` + `git clone https://github.com/FOSSEE/xcos-on-web - `git clone https://github.com/Hrily/scilab` + git clone https://github.com/Hrily/scilab - `cd scilab && ./configure && make` + cd scilab && ./configure && make - `cd ../xcos-on-web && python SendLog.py` + cd ../xcos-on-web && python SendLog.py` (The directories `scilab` and `xcos-on-web` must be within the same folder) |