This is a tool that turns a textual description of Palm OS forms, bitmaps, fonts, and other resources into a binary form that can be included in an application or library. The name is derived from "PILot Resource Compiler". This tool is used with many popular Palm OS development tools, including prc-tools and CodeWarrior for Palm OS.
This is a tool that turns a textual description of Palm OS forms, bitmaps, fonts, and other resources into a binary form that can be included in an application or library. The name is derived from "PILot Resource Compiler". This tool is used with many popular Palm OS development tools, including prc-tools and CodeWarrior for Palm OS.
To install pilrc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pilrc
To see what files were installed by pilrc, run:
port contents pilrc
To later upgrade pilrc, run:
sudo port selfupdate && sudo port upgrade pilrc
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.