Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,21 @@ To compile or run Container Explorer, you need:
- **Go** (version 1.25 or later is recommended)
- **Linux operating system** (required for mount, export, and drift detection capabilities)

Install the following packages if they're not already present on your system:

- libbtrfs-dev
- libgpgme-dev
- pkg-config
- build-essential

### Compiling from Source

Make sure the following environment variable is set as the build uses C libraries:

```bash
export CGO_ENABLED=1
```

Clone the repository and build the binary:

```bash
Expand Down
Loading