Revision 95661593ffe977261b8ea3bb2d1c703ed3a28f07 authored by Jochen Kursawe on 15 August 2017, 14:55:06 UTC, committed by Jochen Kursawe on 15 August 2017, 14:55:06 UTC
2 parent s f76ae0d + daea234
Raw File
README.md
# Welcome to Chaste 

If you are new to Chaste please see [our Getting Started wiki page](https://chaste.cs.ox.ac.uk/trac/wiki/GettingStarted).

The files you have downloaded contain the source code for all Chaste functionality. 
Chaste makes use of a variety of external libraries and packages that need to be installed on your machine. 
The [Install Guide wiki page](https://chaste.cs.ox.ac.uk/trac/wiki/InstallGuides/InstallGuide) 
provides a comprehensive guide on how to install these external tools.

Chaste is distributed as open source software under the [3-clause BSD licence](https://opensource.org/licenses/BSD-3-Clause). 
For full details see the file [Copying.pdf](docs/Copying.pdf).
Chaste uses various third party libraries which have their own licences. 
For details of these licences and the impact they may have on your use of 
Chaste please see [Licences.html](docs/Licences.html).

Chaste includes a complete test suite covering all the source code. 
The easiest way to use existing source codes is to create a test file 
which can call upon any of the source files.  
The Chaste build system can build this file for you and handle 
all of the dependencies and library calls.

We suggest you use the projects directory in this manner to store your own 
source and test files if you do not wish to modify the Chaste source code. 
For more information, see the [User Projects wiki page](https://chaste.cs.ox.ac.uk/trac/wiki/ChasteGuides/UserProjects).

For more information please refer to the Chaste website at: http://www.cs.ox.ac.uk/chaste/

Information on changes in this release can be found in the file
[ReleaseNotes.html](docs/ReleaseNotes.html).

Tutorial examples for this release are available at:
https://chaste.cs.ox.ac.uk/chaste/tutorials/release_3.4

API documentation generated from the code by Doxygen is available at:
https://chaste.cs.ox.ac.uk/chaste/docs/release_3.4
back to top