I have a Rails application where some features need the Free Pascal Compiler to work. Everything works fine localy, but I want to deploy this in Heroku now. There is any way to install the compiler there?
EDIT:
I tried these steps. As result, I created these two repos (fpc files, my buildpack). At the end, I set:
heroku config:add BUILDPACK_URL=https://github.com/rwehresmann/heroku-fpc-buildpack.git
As response I received:
Setting BUILDPACK_URL and restarting ⬢ farma-alg-reborn... done, v17
BUILDPACK_URL: https://github.com/rwehresmann/heroku-fpc-buildpack.git
I pushed to Heroku and didn't received any error, but the compiler was still not available in my application.