Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[unrar] unrar can't be installed on MacOS #43359

Closed
keyzhao0118 opened this issue Jan 20, 2025 · 1 comment
Closed

[unrar] unrar can't be installed on MacOS #43359

keyzhao0118 opened this issue Jan 20, 2025 · 1 comment
Assignees
Labels
category:question This issue is a question

Comments

@keyzhao0118
Copy link

keyzhao0118 commented Jan 20, 2025

Unrar can only be installed on Windows but not on MacOS. I want to use the unrar library in MacOS applications, but it seems that relying on vcpkg is currently not possible。

vcpkg_msbuild_install(
    SOURCE_PATH "${SOURCE_PATH}"
    PROJECT_SUBPATH "UnRARDll.vcxproj"
)

Can any great god make it possiable to install unrar on MacOS with vcpkg?
Or is there any alternative way to use unrar.dylib on MacOS?

@keyzhao0118 keyzhao0118 added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Jan 20, 2025
@keyzhao0118 keyzhao0118 changed the title [<unrar>] <unrar can't be installed on MacOS> [unrar] unrar can't be installed on MacOS Jan 20, 2025
@jimwang118 jimwang118 added category:question This issue is a question and removed category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist labels Jan 20, 2025
@jimwang118
Copy link
Contributor

This project is compiled using msvc and cannot be compiled on macos.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

2 participants