From f7fc67dcf41606adb96719351472d6a74e4de949 Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Sun, 9 Aug 2015 16:29:33 +0530 Subject: [PATCH] Updated readme file with installtion details. --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d676c7fc..9d5d0a97 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ Build Status - master (This is stable branch): [](https://travis-ci.org/BhallaLab/moose) -This is a meta repository of MOOSE simulator. It contains MOOSE, its GUI and -other sister projects a submodule. For more details about these projects, read -respective README files. +This is the meta repository of MOOSE simulator. It contains C++ core of MOOSE, +python scripting interface and its GUI. + +For more details about these projects, read respective README files. # Install +~~~~ +./boostrap +cmake . +make +sudo make install +~~~~ -- GitLab