Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Dec 15, 2024
1 parent 8648461 commit 322e977
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

A Docker-based development container for C/C++ development.

**Debian Linux 12 Bookworm with LLVM 17 & GCC 13, VulkanSDK 1.3.283.0, Mesa, CMake, VCPKG, mold, zsh**
**Debian Linux 12 Bookworm with LLVM 19 & GCC 12+13, VulkanSDK 1.3.296.0, Mesa, CMake, VCPKG, mold, zsh**

**Debian Linux 13 Trixie with LLVM 18 & GCC 14, VulkanSDK 1.3.283.0, Mesa, CMake, VCPKG, mold, zsh**
**Debian Linux 13 Trixie with LLVM 19 & GCC 14, VulkanSDK 1.3.296.0, Mesa, CMake, VCPKG, mold, zsh**

## What is this?

Expand All @@ -32,6 +32,8 @@ On top of the base image the following tools are installed:
- git, nano, jq
- curl, wget
- cppcheck, valgrind, lcov
- strace, ltrace
- perf, gprof
- CMake (latest version)
- ccache (latest version)
- vcpkg (latest version)
Expand All @@ -42,24 +44,25 @@ On top of the base image the following tools are installed:

The following C/C++ compilers and their toolchains are available:

- LLVM 17.0.2
- LLVM 19.1.5
- GCC 12.2.0
- GCC 13.3.0

### [Dockerfile for Debian 13 - Trixie](https://github.com/jakoch/cpp-devbox/blob/main/.devcontainer/debian/trixie/Dockerfile) (unstable)

The following C/C++ compilers and their toolchains are available:

- LLVM 18.1.8
- LLVM 19.1.5
- GCC 13.3.0
- GCC 14.1.0
- GCC 14.2.0

### VulkanSDK

The `with-vulkansdk` image additionally contains:

- Vulkan SDK 1.3.283.0
- Mesa (for software rendering with [LLVMpipe](https://docs.mesa3d.org/drivers/llvmpipe.html))
- Vulkan SDK 1.3.296.0
- Mesa 22.3.6 (bookworm), 24.2.8 (trixie)
- (for software rendering with [LLVMpipe](https://docs.mesa3d.org/drivers/llvmpipe.html))

[What is the latest version of VulkanSDK?](https://vulkan.lunarg.com/sdk/latest.json)

Expand Down

0 comments on commit 322e977

Please sign in to comment.