KDevPlatform is a free, open source set of libraries that can be used as a foundation for IDE-like programs. It is programing-language independent, and is planned to be used by programs like: KDevelop, Quanta, Kile, KTechLab ... etc.
KDevPlatform is a free, open source set of libraries that can be used as a foundation for IDE-like programs. It is programing-language independent, and is planned to be used by programs like: KDevelop, Quanta, Kile, KTechLab ... etc.
To install kdevplatform, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install kdevplatform
To see what files were installed by kdevplatform, run:
port contents kdevplatform
To later upgrade kdevplatform, run:
sudo port selfupdate && sudo port upgrade kdevplatform
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.