Not quite all .as he builds and packages for all Linux distros
You do have a third option: CodeLite isn't hard to build from source...I have to decide to upgrade to 14.04 or stick with it
Regards,
David
Not quite all .as he builds and packages for all Linux distros
You do have a third option: CodeLite isn't hard to build from source...I have to decide to upgrade to 14.04 or stick with it
Probably because up until now, wxWidgets 3.0 was not in their repos.ghost wrote:Just for curiosity, why is Ubuntu 14.04 still sticking with codelite 2.8 ?
lldb is needed for the LLDBDebugger plugin. I think that the package name is lldb-3.5-dev or something like thisghost wrote:I also noticed you put lldb etc. as "recommeds" in ubuntu package; this by default triggers their installation
They didn't update in our wx2.8 days either. I think it's more likely that nobody was maintaining it.why is Ubuntu 14.04 still sticking with codelite 2.8 ?
We switched to wx3.0 2 years ago ( I think ) - when all distros only had wx2.8
It's a problem. lldb and libedit-dev (yes, I really do mean -dev) are needed at runtime for the new codelite-lldb binary. Without them it fails to run, without giving any reason. For people who are actually going to use lldb, I should have made them 'requires'; but that's not fair on those who will never try it. 'recommends' is a compromise (so it will please nobody ).I also noticed you put lldb etc. as "recommeds" in ubuntu package; this by default triggers their installation, I think it would be better to remove it, as most people do not need it unless they know what it that......