Usage:
- clone repo
- install docker
docker pull knickish/palm_docker:latest
- add source code to
src
directory - run
PRC_NAME="HELLO_WORLD" ./compile.sh
inlinux
directory, replacing "HELLO_WORLD" with the desired name for the compiled PRC - retrieve .prc from artifacts directory
TODO:
- add windows support
- add downloaded code to local directory so that ide tools can be used
Credit goes to Palm2000 for collecting the necessary resources, and to Dmitry Grinberg for almost all of the toolchain work. This is only a docker container that makes their work more accessible.