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

https://github.com/bbhtt/fdsdk-build-env

An ArchLinux based environment for hacking on Freedesktop SDK
https://github.com/bbhtt/fdsdk-build-env

buildstream

Last synced: about 1 month ago
JSON representation

An ArchLinux based environment for hacking on Freedesktop SDK

Awesome Lists containing this project

README

          

## Usage

## Toolbox

### Create and enter

```bash
toolbox create FreedesktopSDK \
-i ghcr.io/bbhtt/fdsdk-build-env:latest && \
toolbox enter FreedesktopSDK
```

### Stop and remove

```bash
toolbox rm -f FreedesktopSDK
```

### Update to latest image

Remove and recreate the container from the `latest` tag.

```bash
toolbox rm -f FreedesktopSDK && \
podman image pull ghcr.io/bbhtt/fdsdk-build-env:latest && \
toolbox create FreedesktopSDK -i ghcr.io/bbhtt/fdsdk-build-env:latest && \
toolbox enter FreedesktopSDK
```