summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamakshidasan2016-12-22 16:01:44 +0530
committerGitHub2016-12-22 16:01:44 +0530
commitf44bfa99343d387dddf8bc38e618e0fc1e709377 (patch)
tree7676584b367b8e9bcea642bbed09fd3247490ce4
parenta249d85c0e727d8251102e13aa179f64d5f8dbf7 (diff)
downloadxcos-on-web-f44bfa99343d387dddf8bc38e618e0fc1e709377.tar.gz
xcos-on-web-f44bfa99343d387dddf8bc38e618e0fc1e709377.tar.bz2
xcos-on-web-f44bfa99343d387dddf8bc38e618e0fc1e709377.zip
Maven has been updated with Flask
-rw-r--r--README.md11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md
index bd43162..fddced9 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,12 @@ The main aim of this project will be to port core functionalities of Xcos to a b
## Installation
-* First install Scilab by,
-`sudo apt-get install scilab`
-* Now `cd` into the cloned repository
-`mvn clean install`
-* Host on Tomcat and run index.html
+* Download the sources of Scilab 6
+* Replace modules/scicos_blocks/src/c/cscope.c with
+`https://github.com/kamakshidasan/scilab/blob/master/modules/scicos_blocks/src/c/cscope.c`
+* Build the sources
+* Change the Scilab path in SendLog.py and download required dependencies
+* Host on Flask and run index.html
## License information
This project has a Creative Commons Public License.