You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When writing the project found that the decompression function needs to be achieved by the 'c' language 'libarchive', in the process of integrating libarchive into tauri found 'vcpkg', hope that the official can provide detailed tutorials through the 'vcpkg' will be 'c' related library integration into tauri method.
Are you willing to work on this yourself?
I want to work on this myself
The text was updated successfully, but these errors were encountered:
A significant percentage of tauri users do not know C/C++. I hope that the official website can provide relevant documents to help us better use c/ C ++ related libraries
I'm not totally against adding docs for vcpkg but as far as i am aware vcpkg is a very very rare requirement for tauri apps (you're the second one i saw in 4 years - outside of stupid openssl which has better solutions) so i'm not too eager adding this either tbh. I feel like this should be something done by the crates themselves tbh.
I'm not totally against adding docs for vcpkg but as far as i am aware vcpkg is a very very rare requirement for tauri apps (you're the second one i saw in 4 years - outside of stupid openssl which has better solutions) so i'm not too eager adding this either tbh. I feel like this should be something done by the crates themselves tbh.
I am looking for documentation that integrates C/C++ libraries into tauri (rust), not necessarily vcpkg
Question you want answered
How to integrate vcpkg
Where did you look for an answer?
By search.
Page URL
No response
Additional context
When writing the project found that the decompression function needs to be achieved by the 'c' language 'libarchive', in the process of integrating libarchive into tauri found 'vcpkg', hope that the official can provide detailed tutorials through the 'vcpkg' will be 'c' related library integration into tauri method.
Are you willing to work on this yourself?
The text was updated successfully, but these errors were encountered: