-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add package manager support #13
Comments
You're absolutely right. I've been considering at least PyPI but never got around to look into it. All contributions welcome! :) |
Coming from Python, it's pretty hard to compile the library as it is. I don't lack low-level tools, but I'm not used to compiling C/C++ code, especially on Windows without a nice CLI. Having Tolk on Pypi would be great, or even having Tolk.dll in the libs folder, since (I imagine) it doesn't need to be recompiled on every machine. |
Looks like it is so quiet here... |
just install compiler linker use nmake and you'll have a luck.
…On 2/18/24, Kirill Belousov ***@***.***> wrote:
Looks like it is so quiet here...
I was looking for tolk on nuget but only found this topic. Sad, very sad.
--
Reply to this email directly or view it on GitHub:
#13 (comment)
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
--
with best regards Beqa Gozalishvili
Tell: +995593454005
Email: ***@***.***
Web: https://gozaltech.org
Skype: beqabeqa473
Telegram: https://t.me/gozaltech
facebook: https://facebook.com/gozaltech
twitter: https://twitter.com/beqabeqa473
Instagram: https://instagram.com/beqa.gozalishvili
|
Hello,
I found that it is not easy to add tolk into a source-only repository, because it has no support for library package managers.
Tools to be supported:
Cheers,
The text was updated successfully, but these errors were encountered: