Skip to content

Commit 6f19a9e

Browse files
Updated README
1 parent 405e4d2 commit 6f19a9e

File tree

1 file changed

+7
-45
lines changed

1 file changed

+7
-45
lines changed

README.md

Lines changed: 7 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -4,53 +4,15 @@
44
</a>
55
</p>
66

7-
---
8-
![CI](https://github.com/virtualcell/vcell-solvers/actions/workflows/cd.yml/badge.svg)
9-
10-
# vcell-solvers
11-
Virtual Cell solvers [virtualcell/vcell-solvers](https://github.com/virtualcell/vcell-solvers) is a collection of numerical simulation codes used in the Virtual Cell framework [virtualcell/vcell](https://github.com/virtualcell/vcell)).
12-
13-
147
## The Virtual Cell Project
158
The Virtual Cell is a modeling and simulation framework for computational biology. For details see http://vcell.org and http://github.com/virtualcell.
169

17-
## Building VCell Solvers
18-
### Using VirtualBox and Vagrant
19-
* git clone https://github.com/virtualcell/vcell.git
20-
* cd vcell/VagrantBoxes
21-
### Building for Linux (64 bit)
22-
[details](VagrantBoxes/linux64/README.md)
23-
24-
```bash
25-
$ cd linux64
26-
$ vagrant up
27-
$ vagrant ssh -c /vagrant_numerics/build.sh
28-
$ vagrant halt
29-
```
30-
### Building for Linux (32 bit)
31-
[details](VagrantBoxes/linux32/README.md)
32-
33-
```bash
34-
$ cd linux32
35-
$ vagrant up
36-
$ vagrant ssh -c /vagrant_numerics/build.sh
37-
$ vagrant halt
38-
```
39-
### Building for Macos on a Mac **Apple only allows a Mac VM to run on Apple hardware**
40-
[details}(VagrantBoxes/mac64/README.md)
10+
---
11+
# vcell-ode
12+
![CI](https://github.com/virtualcell/vcell-ode/actions/workflows/cd.yml/badge.svg)
4113

42-
```bash
43-
$ cd mac64
44-
$ vagrant up
45-
$ vagrant ssh -c /vagrant/build.sh
46-
$ vagrant halt
47-
```
48-
### Building for Windows (64 bit) on Windows
49-
[details: including building on other platforms](VagrantBoxes/win64/README.md)
14+
Virtual Cell ODE [virtualcell/vcell-ode](https://github.com/virtualcell/vcell-ode) is a collection of numerical
15+
simulation libraries and protocols used to process ODEs in the Virtual Cell framework [virtualcell/vcell](https://github.com/virtualcell/vcell)).
5016

51-
```bash
52-
$ cd win64
53-
$ vagrant up
54-
$ vagrant powershell -c \vagrant\build.sh
55-
$ vagrant halt
56-
```
17+
## Building VCell ODE
18+
* git clone https://github.com/virtualcell/vcell.git

0 commit comments

Comments
 (0)