Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cmp_tool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Loidolt
cmp_tool
Commits
6b7db4c0
Commit
6b7db4c0
authored
Mar 28, 2023
by
Dominik Loidolt
Browse files
Options
Downloads
Patches
Plain Diff
fix windows examples
parent
94e355db
No related branches found
No related tags found
1 merge request
!18
Fix some build system related issues
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL.md
+6
-6
6 additions, 6 deletions
INSTALL.md
with
6 additions
and
6 deletions
INSTALL.md
+
6
−
6
View file @
6b7db4c0
...
...
@@ -65,18 +65,18 @@ Unfortunately, the cmp\_tool does not support the Microsoft MSVC compiler. To bu
For this, you need the
[
Mingw-w64 toolchain
](
https://www.mingw-w64.org/downloads/
)
. To compile on Windows, do this in the Cygwin64 Terminal:
```
meson setup buiddir_win --native-file=mingw-w64-64.txt
cd buiddir_win
meson compile
meson setup bui
l
ddir_win --native-file=mingw-w64-64.txt
cd bui
l
ddir_win
meson compile
cmp_tool
```
### Cross-compile for Windows
Cross-compile for Windows is also possible with the
[
Mingw-w64 toolchain
](
https://www.mingw-w64.org/downloads/
)
. To cross-compile for Windows use the following commands:
```
meson setup buiddir_cross_win --cross-file=mingw-w64-64.txt
cd buiddir_cross_win
meson compile
meson setup bui
l
ddir_cross_win --cross-file=mingw-w64-64.txt
cd bui
l
ddir_cross_win
meson compile
cmp_tool
```
## Tests
...
...
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