-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Issue by GogoAkira
Tuesday Mar 24, 2020 at 21:28 GMT
Originally opened as adobe/brackets#15101
Hello, am I doing this very wrong and breaking stuff or slightly wrong?
I edited /DEBIAN/control
file and removed libcurl3 dependency since libcurl4 is installed and repackaged deb file and installed it.
It works fine as far as I can tell, live preview, two pages previewed different ports etc.
Does this mean brackets is actually using library 4, or does it mean it's not using anything since it wants 3. Should I download 3 and repackage it inside brackets so it can actually use it?
What parts of brackets use libcurl so I can see if it's broken, how can I test that.
Edit: I read somewhere else on here that libcurl isn't actually needed at all.
So I just repackaged it without those depencencies.