An open API service indexing awesome lists of open source software.

https://github.com/trikko/ldc2-rpi-build

ldc2 / dub / ... for raspberry pi
https://github.com/trikko/ldc2-rpi-build

dlang dlanguage raspberry-pi raspberrypi raspbian-bullseye

Last synced: 3 months ago
JSON representation

ldc2 / dub / ... for raspberry pi

Awesome Lists containing this project

README

        

## Build ldc2 for your raspberry pi, using a docker

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

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

To run a command (after a succesfully build), for example dub on your current directory:
```bash
./run.sh dub
```