Skip to content

trikko/ldc2-rpi-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build ldc2 for your raspberry pi, using a docker

To build and put the ldc2 package in /tmp/deploy:

docker build -t ldc-build .
./deploy.sh

To run a command (after a succesfully build), for example dub on your current directory:

./run.sh dub