Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
35c33edc
Commit
35c33edc
authored
2 years ago
by
Mikhail Svechnikov
Browse files
Options
Downloads
Patches
Plain Diff
Get the sources: upd links
parent
0be0d461
No related branches found
No related tags found
1 merge request
!1473
Webdoc: upd Get the sources page
Pipeline
#92410
passed
2 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hugo/content/installation/building/unix/get-source.md
+11
-5
11 additions, 5 deletions
hugo/content/installation/building/unix/get-source.md
with
11 additions
and
5 deletions
hugo/content/installation/building/unix/get-source.md
+
11
−
5
View file @
35c33edc
...
...
@@ -9,7 +9,13 @@ Besides the sources of [BornAgain](https://jugit.fz-juelich.de/mlz/bornagain) yo
those of our support libraries
[
libheinz
](
https://jugit.fz-juelich.de/mlz/libheinz
)
and
[
libformfactor
](
https://jugit.fz-juelich.de/mlz/libformfactor
)
.
If in doubt, install the tarballs of the latest published release.
If in doubt, install the tarballs of the latest published release:
```
bash
https://jugit.fz-juelich.de/mlz/libheinz/-/releases
https://jugit.fz-juelich.de/mlz/libformfactor/-/releases
https://jugit.fz-juelich.de/mlz/bornagain/-/releases
```
If you are ready to live on the edge, you may also clone our Git repository
and work on the current "main" branch.
...
...
@@ -18,12 +24,12 @@ and work on the current "main" branch.
The
`tar`
command allows downloading and unpacking in one go:
```
bash
$
wget
-qO-
https://jugit.fz-juelich.de/mlz/libheinz/-/archive/
v0.1.3
/libheinz-
v0.1.3
.tar.gz |
tar
zx
$
wget
-qO-
https://jugit.fz-juelich.de/mlz/libformfactor/-/archive/
v0.1.3
/libformfactor-
v0.1.3
.tar.gz |
tar
zx
$
wget
-qO-
{{
< ref-tarball
>}}
|
tar
zx
$
wget
-qO-
https://jugit.fz-juelich.de/mlz/libheinz/-/archive/
main
/libheinz-
main
.tar.gz |
tar
zx
$
wget
-qO-
https://jugit.fz-juelich.de/mlz/libformfactor/-/archive/
main
/libformfactor-
main
.tar.gz |
tar
zx
$
wget
-qO-
https://jugit.fz-juelich.de/mlz/bornagain/-/archive/main/bornagain-main.tar.gz
|
tar
zx
```
#### Git
hub
#### Git
You can also get access to the source code by cloning our public Git repository:
```
bash
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment