Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverkurth authored May 25, 2022
1 parent 03b63a9 commit 4aa2759
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ cmake ..
make
```

You could also build tdnf using docker using the following commands:
Do enable debugging symbols (useful for use with `gdb`), use:
```
cmake -DCMAKE_BUILD_TYPE=Debug ..
```

You can also build tdnf using docker using the following commands:

```sh
docker build -t photon/tdnf-build -f ci/Dockerfile.photon .
Expand Down

0 comments on commit 4aa2759

Please sign in to comment.