Skip to content

Commit ca32abe

Browse files
committed
Update README.md
1 parent d627aae commit ca32abe

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.md

+6-12
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,23 @@
33
This repository can be used as a starter template for [learnopengl.com](https://learnopengl.com/).
44

55
## Requirements
6-
6+
- [GLFW dependencies](https://www.glfw.org/docs/3.3/compile.html#compile_deps)
77
- [CMake](https://cmake.org/) (preferably latest version)
8-
- [clangd](https://clangd.llvm.org/installation#editor-plugins) editor plugin
9-
- [clang](https://clang.llvm.org/) or [gcc](https://gcc.gnu.org/) (update compiler in [.clangd](.clangd))
8+
- [clangd](https://clangd.llvm.org/insAtallation#editor-plugins) editor plugin (optional)
9+
- [clang](https://clang.llvm.org/) or [gcc](https://gcc.gnu.org/)
1010

1111
## How to build
1212

13-
1. Create build directory.
14-
15-
```bash
16-
$ mkdir build
17-
```
18-
19-
2. Initialize cmake.
13+
1. Initialize cmake.
2014

2115
```bash
2216
$ cmake -S . -B build
2317
```
2418

25-
3. Build your target, for example `hellowindow`.
19+
2. Build target, for example `hellowindow`.
2620

2721
```bash
28-
$ cmake --build build --target hellowindow
22+
$ cmake --build build --target hello_window
2923
```
3024

3125
## License

0 commit comments

Comments
 (0)