Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
ca1be48e
Commit
ca1be48e
authored
Jul 07, 2025
by
pengcheng888
Browse files
issue/302 - fix install error of window system
parent
b49f5645
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
README.md
README.md
+1
-0
xmake.lua
xmake.lua
+2
-0
No files found.
README.md
View file @
ca1be48e
...
...
@@ -56,6 +56,7 @@ python scripts/install.py [XMAKE_CONFIG_FLAGS]
1.
项目配置
windows系统上,建议使用
`xmake v2.8.9`
编译项目。
-
查看当前配置
```shell
...
...
xmake.lua
View file @
ca1be48e
...
...
@@ -10,6 +10,8 @@ add_includedirs("include")
if
is_mode
(
"debug"
)
then
add_defines
(
"DEBUG_MODE"
)
add_ldflags
(
"/utf-8"
,
{
force
=
true
})
add_cxflags
(
"/utf-8"
,
{
force
=
true
})
end
if
is_plat
(
"windows"
)
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment