https://github.com/rtbo/meson-d-sample
https://github.com/rtbo/meson-d-sample
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtbo/meson-d-sample
- Owner: rtbo
- Created: 2022-02-17T23:01:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T23:05:24.000Z (over 4 years ago)
- Last Synced: 2025-03-25T22:18:51.867Z (about 1 year ago)
- Language: Meson
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Minimal D project example compiled by Meson
```sh
# Download
git clone https://github.com/rtbo/meson-d-sample.git
cd meson-d-sample
# Configure and build
meson setup build
cd build
ninja
# Test
app/app
```