Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 703 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 703 Bytes

PALM DOCKER BUILDER

Usage:

  1. clone repo
  2. install docker
  3. docker pull knickish/palm_docker:latest
  4. add source code to src directory
  5. run PRC_NAME="HELLO_WORLD" ./compile.sh in linux directory, replacing "HELLO_WORLD" with the desired name for the compiled PRC
  6. retrieve .prc from artifacts directory

TODO:

  1. add windows support
  2. 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.