|
META TOPICPARENT |
name="BdSim" |
BDSIM Download |
|
< < | BDSIM is available as a git repository hosted on Bitbucket https://bitbucket.org/stewartboogert/bdsim . You can download BDSIM by either cloning the repository through git or by downloading the source code from this page. Using the git repository is recommend as this makes future updates particularly easy. After downloading, please follow the installation instructions. |
> > | BDSIM is available as a git repository hosted on Bitbucket https://bitbucket.org/jairhul/bdsim . You can download BDSIM by either cloning the repository through git or by downloading the source code from this page. Using the git repository is recommend as this makes future updates particularly easy. After downloading, please follow the [[ http://www.pp.rhul.ac.uk/bdsim/manual/installation.html][installation instructions]]. |
|
NOTE - the git repository is always more up to date than the zipped version on the website as all developments are pushed here. |
|
Navigate to the place where you would like BDSIM to be stored and use the following command: |
|
< < | git clone --recursive https://bitbucket.org/stewartboogert/bdsim |
> > | git clone --recursive https://bitbucket.org/jairhul/bdsim |
|
This will create a directory called 'bdsim' and inside it will be the source code, examples and documentation. |
|
< < | Please then follow the installation instructions. |
> > | Please then follow the installation instructions . |
|
Updating BDSIM |
|
git submodule update |
|
< < | in the bdsim home directory. This will update the contents of the submodules. If you find empty directories such as bdsim/utils/pybdsim , you should use the following commands in the bdsim respository |
> > | in the bdsim home directory. This will update the contents of the submodules. If you find empty directories such as bdsim/utils/pybdsim , you should use the following commands in the bdsim repository |
|
git submodule init |
|
< < | git submodeul update |
> > | git submodule update |
|
Releases (for historical reasons) |
| Current release is version 0.65.
|
|
< < |
|
> > |
|
|
|
|
Consult documentation for further information. |
|
< < | For installation from repository, see Installation. |
> > | For installation from repository, see Installation . |
|
|
META TOPICPARENT |
name="BdSim" |
BDSIM Download | |
This will create a directory called 'bdsim' and inside it will be the source code, examples and documentation. | |
> > | Please then follow the installation instructions. | | Updating BDSIM
BDSIM is updated every couple to six months and you can update to the latest version either by downloading the source code from this page again or more simply using the git repository. If you've downloaded BDSIM using the git repository, navigate to the directory where BDSIM is and use the following command: |
|
META TOPICPARENT |
name="BdSim" |
BDSIM Download | | Current release is version 0.65.
| |
< < |
| > > |
| |
|
|
META TOPICPARENT |
name="BdSim" |
BDSIM Download | | git submodeul update
| |
< < | Releases | > > | Releases (for historical reasons) | | | |
< < | Current release is version 0.6. | > > | Current release is version 0.65. | |
|
|
META TOPICPARENT |
name="BdSim" |
BDSIM Download | |
< < | Download | > > | BDSIM is available as a git repository hosted on Bitbucket https://bitbucket.org/stewartboogert/bdsim . You can download BDSIM by either cloning the repository through git or by downloading the source code from this page. Using the git repository is recommend as this makes future updates particularly easy. After downloading, please follow the installation instructions. | | | |
< < | RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository | > > | NOTE - the git repository is always more up to date than the zipped version on the website as all developments are pushed here.
GIT
Navigate to the place where you would like BDSIM to be stored and use the following command: | | | |
< < | The repository contains submodules so use the command | | git clone --recursive https://bitbucket.org/stewartboogert/bdsim | |
< < | to initialise all the extra utilities in submodules. | > > | This will create a directory called 'bdsim' and inside it will be the source code, examples and documentation. | | | |
< < | For installation from repository, see Installation. | > > | Updating BDSIM | | | |
< < | Submodules | > > | BDSIM is updated every couple to six months and you can update to the latest version either by downloading the source code from this page again or more simply using the git repository. If you've downloaded BDSIM using the git repository, navigate to the directory where BDSIM is and use the following command: | | | |
< < | The BDSIM repository contains several utilities (pybdsim, pyfluka etc) in the utils directory that are git submodules (separate git repositories). If you are "pulling" the source code from the repository after the initial clone (with --recursive) you may want to occasionally do the following: | > > | git pull | | | |
< < | git submodule update | > > | This will update the source code to the latest version. You should then re-compile the code - typically in another directory.
cd ../bdsim-build
make
| | | |
< < | in the bdsim home directory. This will update the contents of the submodules. | > > | The build directory still 'looks' at the source directory and detects the updated source code and recompiles as necessary.
Utilities / Submodules
BDSIM contains several utilities (pybdsim, pyfluka etc) in the utils directory that are git submodules themselves (separate git repositories). If you are "pulling" the source code from the repository after the initial clone (with --recursive) you may want to occasionally do the following:
git submodule update | | | |
> > | in the bdsim home directory. This will update the contents of the submodules. If you find empty directories such as bdsim/utils/pybdsim , you should use the following commands in the bdsim respository | | | |
> > |
git submodule init
git submodeul update
| | | |
< < | Releases | > > | Releases | |
Current release is version 0.6. |
|
META TOPICPARENT |
name="BdSim" |
BDSIM Download | |
< < | Download | > > | Download | |
RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository | |
For installation from repository, see Installation. | |
< < | Releases | > > | Submodules
The BDSIM repository contains several utilities (pybdsim, pyfluka etc) in the utils directory that are git submodules (separate git repositories). If you are "pulling" the source code from the repository after the initial clone (with --recursive) you may want to occasionally do the following:
git submodule update
in the bdsim home directory. This will update the contents of the submodules.
Releases | |
Current release is version 0.6. |
|
META TOPICPARENT |
name="BdSim" |
BDSIM Download | |
RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository | |
< < | The repository contains submodules so use the command git clone --recursive https://bitbucket.org/stewartboogert/bdsim to initialise all the extra utilities in submodules. | > > | The repository contains submodules so use the command
git clone --recursive https://bitbucket.org/stewartboogert/bdsim
to initialise all the extra utilities in submodules.
For installation from repository, see Installation. | |
Releases | |
< < | Current release v05 Next planned release TBD | > > | Current release is version 0.6. | |
| |
< < |
| > > |
| |
Consult documentation for further information. |
|
Download | |
< < | RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository The latest development version is available by registering on Bitbucket and running the command. See also Installation | > > | RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository The latest development version is available by registering on Bitbucket and running the command. See also Installation | |
git clone --progress -v https://bitbucket.org/stewartboogert/bdsim.git
| |
| |
< < | Consult documentation for further information. | > > | Consult documentation for further information. | | | |
< < | For installation from repository, see Installation . | > > | For installation from repository, see Installation. | |
|
Download | |
< < | RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository The latest development version is available by registering on Bitbucket and running the command. See also Installation | > > | RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository The latest development version is available by registering on Bitbucket and running the command. See also Installation | |
git clone --progress -v https://bitbucket.org/stewartboogert/bdsim.git
| |
| |
< < | Consult documentation for further information. | > > | Consult documentation for further information. | | | |
< < | For installation from repository, see Installation. | > > | For installation from repository, see Installation . | |
|
Download | |
< < | RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository The latest development version is available by registering on Bitbucket and running the command. See also Installation | > > | RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository The latest development version is available by registering on Bitbucket and running the command. See also Installation | |
git clone --progress -v https://bitbucket.org/stewartboogert/bdsim.git
| |
| |
< < | Consult documentation for further information. | > > | Consult documentation for further information. | | | |
< < | For installation from repository, see Installation . | > > | For installation from repository, see Installation. | |
|
Download | |
< < | RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository The latest development version is available by registering on Bitbucket and running the command. See also Installation | > > | RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository The latest development version is available by registering on Bitbucket and running the command. See also Installation | |
git clone --progress -v https://bitbucket.org/stewartboogert/bdsim.git
| |
| |
< < | Consult documentation for further information. | > > | Consult documentation for further information. | | | |
< < | For installation from repository, see Installation. | > > | For installation from repository, see Installation . | |
|
Download | |
< < | RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository The latest development version is available by registering on Bitbucket and running the command. See also Installation | > > | RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository The latest development version is available by registering on Bitbucket and running the command. See also Installation | |
git clone --progress -v https://bitbucket.org/stewartboogert/bdsim.git
| |
| |
< < | Consult documentation for further information. | > > | Consult documentation for further information. | | | |
< < | For installation from repository, see Installation . | > > | For installation from repository, see Installation. | |
|
META TOPICPARENT |
name="BdSim" |
BDSIM Download
Download | |
< < | RHUL CVS is no more. BDSIM has now moved over to SVN. The latest development version is available by running the command (recommended). See also Installation | > > | RHUL CVS/SVN is no more. BDSIM has now moved over to a Bitbucket/Git repository The latest development version is available by registering on Bitbucket and running the command. See also Installation | | | |
< < | svn co https://svn.pp.rhul.ac.uk/JAI/BDSIM/trunk | > > | git clone --progress -v https://bitbucket.org/stewartboogert/bdsim.git | |
Releases | |
< < | Current release v05
Next planned release TBD | > > | Current release v05 Next planned release TBD | |
| |
| |
< < | | | Consult documentation for further information. | |
< < | For installation from SVN repository, see Installation .
| > > | For installation from repository, see Installation . | |
|
Download | |
< < | RHUL CVS is no more. BDSIM has now moved over to SVN. The latest development version is available by running the command (recommended). See also Installation | > > | RHUL CVS is no more. BDSIM has now moved over to SVN. The latest development version is available by running the command (recommended). See also Installation | |
svn co https://svn.pp.rhul.ac.uk/JAI/BDSIM/trunk
| |
| |
< < | Consult documentation for further information. | > > | Consult documentation for further information. | | | |
< < | For installation from SVN repository, see Installation . | > > | For installation from SVN repository, see Installation . | | |
|
META TOPICPARENT |
name="BdSim" |
BDSIM Download | |
Consult documentation for further information. | |
< < | | > > | For installation, see Installation . | | |
|
> > |
META TOPICPARENT |
name="BdSim" |
BDSIM Download
Releases
Current release v05
Next planned release TBD
Obtaining
RHUL CVS is no more. BDSIM has now moved over to SVN. The latest development version is available by running the command (recommended):
svn co https://svn.pp.rhul.ac.uk/JAI/BDSIM/trunk
Consult documentation for further information.
<--
Settings just to customise this page
--> |
 Copyright © 2008-2023 by the contributing authors. All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding RHUL Physics Department TWiki? Send feedback
|
|
|
|
|
|
|