Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8908b3d

Browse files
committed
Change Linux package install commands to modern versions
1 parent 18fee1d commit 8908b3d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

02_Development_environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ You are now all set for [the real adventure](!Drawing_a_triangle).
215215
## Linux
216216

217217
These instructions will be aimed at Ubuntu users, but you may be able to follow
218-
along by compiling the LunarG SDK yourself and changing the `apt-get` commands
219-
to the package manager commands that are appropriate for you. You should already
218+
along by compiling the LunarG SDK yourself and changing the `apt` commands to
219+
the package manager commands that are appropriate for you. You should already
220220
have a version of GCC installed that supports modern C++ (4.8 or later). You
221221
also need both CMake and make.
222222

@@ -254,7 +254,7 @@ package. You also need the generic X development files that come with the
254254
`xorg-dev` package.
255255

256256
```bash
257-
sudo apt-get install libxcb1-dev xorg-dev
257+
sudo apt install libxcb1-dev xorg-dev
258258
```
259259

260260
You can now build the Vulkan examples in the SDK by running:

0 commit comments

Comments
 (0)