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
6672a579
Commit
6672a579
authored
2 years ago
by
Ammar Nejati
Browse files
Options
Downloads
Patches
Plain Diff
Doc:Install or build>Build>Unix>Build and install BornAgain: Minor improvements
parent
6fb90905
No related branches found
No related tags found
1 merge request
!889
Update the documentation according to the latest changes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hugo/content/installation/building/unix/build-and-install.md
+4
-4
4 additions, 4 deletions
hugo/content/installation/building/unix/build-and-install.md
with
4 additions
and
4 deletions
hugo/content/installation/building/unix/build-and-install.md
+
4
−
4
View file @
6672a579
...
...
@@ -5,14 +5,14 @@ weight = 30
## Build and install BornAgain
The following instructions must be executed for the
three
software projects
The following instructions must be executed for the software projects
-
libheinz,
-
libformfactor,
-
BornAgain,
in this order.
Each source package comes with configuration files for the
cross-platform build system
[
CMake
](
https://cmake.org
/
)
. Using CMake,
cross-platform build system
[
CMake
](
https://cmake.org
)
. Using CMake,
it takes the following commands to build and install the software:
```
bash
...
...
@@ -47,7 +47,7 @@ $ cmake -DCMAKE_INSTALL_PREFIX=<install_dir> ..
This command checks your system for the presence of the third party
libraries necessary for compilation. In the case of a complex system
setup, with libraries of different versions scattered across multiple
places (/opt/local, /usr/local etc), you may want to help CMake in
places (
`
/opt/local
`
,
`
/usr/local
`
,
etc), you may want to help CMake in
finding the correct library paths by running it with additional
parameters:
...
...
@@ -58,7 +58,7 @@ $ cmake -DCMAKE_PREFIX_PATH=/opt/local -DCMAKE_INSTALL_PREFIX=<install_dir> ..
{{
<
alert
theme=
"info"
>
}}
**Note for MacOS users**
MacOS users who have installed third
party libraries using the
MacOS users who have installed third
-
party libraries using the
MacPorts package manager have to use an additional key during the
CMake configuration to specify the location of MacPort's libraries
(e.g.
`/opt/local`
):
...
...
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