Search found 8 matches

by xhw
Mon May 08, 2023 11:11 pm
Forum: wimlib discussion
Topic: Is there a i18n support?
Replies: 1
Views: 2942

Re: Is there a i18n support?

I agree with you. The developer of wimlib should consider removing language barriers of its program.
by xhw
Fri Mar 03, 2023 11:50 pm
Forum: wimlib discussion
Topic: Can I build wimlib with Clang (Windows)?
Replies: 4
Views: 2893

Re: Can I build wimlib with Clang (Windows)?

I have tried to build it, and it works well on MSYS2 environment. You don't need to change any code to support it.
You can consider using it to create ARM64 binaries.
by xhw
Fri Mar 03, 2023 5:41 am
Forum: wimlib discussion
Topic: Can I build wimlib with Clang (Windows)?
Replies: 4
Views: 2893

Can I build wimlib with Clang (Windows)?

The Clang also have full arm64 support, and it can be easily setup via MSYS2 without changing the configure script.
by xhw
Tue Feb 28, 2023 4:40 am
Forum: wimlib discussion
Topic: Please add Windows Resource File (.rc) to source
Replies: 0
Views: 17359

Please add Windows Resource File (.rc) to source

The wimlib dll and exe file on Windows doesn't show any information at properties dialog. I hope that adding these files can fix it.
It doesn't need much more action, just need "windres" in the binutils package.
by xhw
Tue Feb 28, 2023 4:26 am
Forum: wimlib discussion
Topic: Consider adding support of CMake
Replies: 6
Views: 2696

Re: Consider adding support of CMake

Yes, because the official binary release may not turn on optimization of it, and some feature may not enabled. Build from source code can fix these problems.
by xhw
Mon Feb 27, 2023 2:26 pm
Forum: wimlib discussion
Topic: Consider adding support of CMake
Replies: 6
Views: 2696

Re: Consider adding support of CMake

But when building on cygwin, no Export Definition File (.def file) was created, which is required to create a Visual C compatible import library.
by xhw
Mon Feb 27, 2023 5:40 am
Forum: wimlib discussion
Topic: Consider adding support of CMake
Replies: 6
Views: 2696

Consider adding support of CMake

The current way to build wimlib on Windows is difficult. I hope this change can make it buildable with Visual Studio.
by xhw
Sat Feb 25, 2023 4:07 am
Forum: wimlib discussion
Topic: Consider hosting code at GitHub
Replies: 3
Views: 2592

Consider hosting code at GitHub

I really hope that the wimlib's source code can be hosted at GitHub so that contributors can send patch easily.