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
ea1dde41
Commit
ea1dde41
authored
11 months ago
by
AlQuemist
Browse files
Options
Downloads
Patches
Plain Diff
Replace NSIS with Qt IFW in the documentation
parent
b0e4e939
No related branches found
No related tags found
1 merge request
!2477
Use Qt IFW instead of NSIS to make the package
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hugo/content/installation/building/windows/index.md
+2
-6
2 additions, 6 deletions
hugo/content/installation/building/windows/index.md
with
2 additions
and
6 deletions
hugo/content/installation/building/windows/index.md
+
2
−
6
View file @
ea1dde41
...
...
@@ -23,7 +23,8 @@ Download Qt from from the official website [qt.io](https://www.qt.io/download-op
> Make sure to choose the open source version of Qt and download the online installer.
Select the latest Qt version with long-time support (LTS) and open the sub tree.
Only the 'MSVC 2019 64-bit' component is needed.
To build BornAgain, only the 'MSVC 2019 64-bit' component is needed.
Qt Installer Framework is required for creating the installer executable.
Make a symbolic link to the directory corresponding to the current Qt version:
if Qt 6.y.z installed in
`C:\Qt\6.y.z`
, then in Windows
`cmd`
(with administrative rights) execute:
...
...
@@ -42,11 +43,6 @@ Download the **Windows x64 Installer** from the official website [cmake.org/down
Python and some Python modules must be installed, as described in
[
Python on Windows
](
/installation/py/win
)
.
#### NSIS (for packaging only)
Download and install NSIS 3.03 from the
[
official website
](
https://nsis.sourceforge.io/Download
)
.
Add NSIS to the system
`PATH`
; see below.
#### SWIG
If you want to re-build the Python-API with SWIG, download and install SWIG
...
...
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