Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opSimulation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Eclipse Projects
Eclipse openpass
opSimulation
Merge requests
!99
Resolve "Documentation and build improvements"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Documentation and build improvements"
162-documentation-and-build-improvements
into
develop
Overview
2
Commits
13
Pipelines
4
Changes
28
Merged
Reinhard Biegel
requested to merge
162-documentation-and-build-improvements
into
develop
2 years ago
Overview
2
Commits
13
Pipelines
4
Changes
28
Expand
Closes
#162 (closed)
0
0
Merge request reports
Compare
develop
version 4
1dde4154
2 years ago
version 3
1dde4154
2 years ago
version 2
c5995bfc
2 years ago
version 1
70f4f0c7
2 years ago
develop (base)
and
latest version
latest version
e2558e25
13 commits,
2 years ago
version 4
1dde4154
12 commits,
2 years ago
version 3
1dde4154
12 commits,
2 years ago
version 2
c5995bfc
12 commits,
2 years ago
version 1
70f4f0c7
11 commits,
2 years ago
28 files
+
1213
−
126
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
28
Search (e.g. *.vue) (Ctrl+P)
doc/source/installation_guide/_static/msys2_packages.txt
+
28
−
26
Options
# for simulator
pacman -S mingw-w64-x86_64-boost #Tested with 1.75.0-2
pacman -S mingw-w64-x86_64-ccache #Tested with 3.7.9-1
pacman -S mingw-w64-x86_64-cmake #Tested with 3.19.2-1
pacman -S mingw-w64-x86_64-doxygen #Tested with 1.8.20-1
pacman -S mingw-w64-x86_64-gcc #Tested with 10.2.0-6
pacman -S mingw-w64-x86_64-gdb #Tested with 10.1-2
pacman -S mingw-w64-x86_64-graphviz #Tested with 2.44.1-3
pacman -S mingw-w64-x86_64-gtest #Tested with 1.11.0-4
#pacman -S mingw-w64-x86_64-protobuf # currently uses custom build (3.17.3). See 'Installing the Source Packages' below.
pacman -S mingw-w64-x86_64-qt5 #Tested with 5.15.2-5
pacman -S make #Tested with 4.3-1
mingw-w64-x86_64-boost # Tested with 1.79.0-2
mingw-w64-x86_64-ccache # Tested with 4.6-1
mingw-w64-x86_64-cmake # Tested with 3.23.1-1
mingw-w64-x86_64-doxygen # Tested with 1.9.3-2
mingw-w64-x86_64-gcc # Tested with 11.2.0-10
mingw-w64-x86_64-gdb # Tested with 11.2-2
mingw-w64-x86_64-graphviz # Tested with 2.44.1-9
mingw-w64-x86_64-gtest # Tested with 1.11.0-5
mingw-w64-x86_64-qt5 # Tested with 5.15.2-15
make # Tested with 4.3-3
# for documentation
pacman -S
mingw-w64-x86_64-python
#
Tested with 3.9.
6.2
pacman -S
mingw-w64-x86_64-python-pip
#
Tested with 2
1.1.3-2
pacman -S
mingw-w64-x86_64-python-lxml
#
Tested with 4.
6.2-2
mingw-w64-x86_64-python
#
Tested with 3.9.
13-1
mingw-w64-x86_64-python-pip
#
Tested with 2
2.0.4-1
mingw-w64-x86_64-python-lxml
#
Tested with 4.
8.0-1
# get necessary latex style (assuming default paths for MSYS2)
wget -P /mingw64/share/texmf-dist/tex/latex/anyfontsize \
http://mirrors.ctan.org/macros/latex/contrib/anyfontsize/anyfontsize.sty
# fonts (picks up anyfontsize) and equation rendering in the documentation
pacman -S mingw-w64-x86_64-zziplib #Tested with 0.13.72-3
pacman -S mingw-w64-x86_64-texlive-bin #Tested with 2021.20210424-5
pacman -S mingw-w64-x86_64-texlive-core #Tested with 2021.20210519-2
pacman -S mingw-w64-x86_64-texlive-font-utils #Tested with 2021.20210519-1
# fonts and equation rendering in the documentation
mingw-w64-x86_64-texlive-bin # Tested with 2021.20210424-10
mingw-w64-x86_64-texlive-core # Tested with 2021.20210906-1
mingw-w64-x86_64-texlive-font-utils # Tested with 2021.20210906-1
mingw-w64-x86_64-texlive-latex-extra # Tested with 2021.20210906-1
mingw-w64-x86_64-zziplib # Tested with 0.13.72-3
# for sphinx/exhale
pacman -S libxslt-devel
libxslt-devel # Tested with 1.1.35-1
# additional recommendations
diffutils
dos2unix
git
patch
vim
mingw-w64-x86_64-ag
# additional python packages for documentation
pip3 install sphinx sphinx-rtd-theme sphinx-tabs breathe exhale sphinxcontrib-spelling
Loading