<FromGitter>
<damianham> Hi Brian and welcome. What I do is cross compile my app on my dev workstation to produce an object file, copy that object file to the Pi and on the Pi link the object file to the library dependencies to produce the final executable binary. In order to do that I have a copy of crystal source on the Pi with a compiled libcrystal.a in /home/pi/build/crystal/src/ext/ and also libsqlite3-dev installed on the Pi as that