https://github.com/mcellteam/bundle_cellblender
A set of scripts to create bundled versions of CellBlender (with Blender, MCell, BNG, etc)
https://github.com/mcellteam/bundle_cellblender
cellblender
Last synced: 7 months ago
JSON representation
A set of scripts to create bundled versions of CellBlender (with Blender, MCell, BNG, etc)
- Host: GitHub
- URL: https://github.com/mcellteam/bundle_cellblender
- Owner: mcellteam
- License: gpl-2.0
- Created: 2015-11-12T20:07:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T21:42:34.000Z (over 8 years ago)
- Last Synced: 2024-12-27T15:28:25.159Z (over 1 year ago)
- Topics: cellblender
- Language: Python
- Size: 1.32 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create CellBlender Bundle
A set of scripts to create bundled versions of CellBlender (with Blender,
MCell, BNG, etc).
## Linux
Run `./make_cellblender.sh`. This should take several minutes. Once it's
complete, you should have a directory called
`blender-2.77a-linux-glibc211-x86_64` and a corresponding zip file called
`cellblender1.1_bundle_linux.zip`.
## Windows
Run `./make_cellblender.ps1` from PowerShell ISE. Note: you need to use ISE and
not simply PowerShell. This should take several minutes. Once it's complete,
you should have a directory called `blender-2.77a-windows64` and a
corresponding zip file called `cellblender1.1_bundle_windows.zip`.