7 ms·
That looks as great application, thank you. I am not now hot to download all dependencies, and especially Qt as dependency is overkill. Did you see Leo editor?
by rcdwealth 6y ago
That looks as great application, thank you. I am not now hot to download all dependencies, and especially Qt as dependency is overkill. Did you see Leo editor? It works similar. Emacs works well on console and in GUI, so it is not just GUI application, that is big advantage. If you develop SQL application like that, I suggest you develop API in the same time and have the editor rather use the API, so that any other language can access the Outline structure you are creating. I wish I could run it, try it out, but dependencies are too much.
- Rochus 6y agoThe two available binary downloads for Windows (see http://software.rochus-keller.info/CrossLine_win32.zip http://software.rochus-keller.info/CrossLine_win32.zip) and Linux i386 are static builds with Qt statically linked, so no other dependencies; the Windows binary also works well with Wine on Linux and Mac; both only a few megabytes uncompressed. Didn't know Leo; will have a look at it. My preferred IDE is Qt Creator 3.x.
- rcdwealth 6y agoI have tried it, it says something like: bash no file found, and there is no -h or --help option to know more about invokation. In general, it does not work on GNU Hyperbola/Linux-libre free OS, based on Arch Linux.
- Rochus 6y agoHave you tried the Windows version with Wine? Never had an issue with that. Maybe you can check the Linux version with ldd and file, i.e. whether it misses a specific system library version or maybe your system is 64 bit and not all required i386 parts are present.