Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangkaidev authored Mar 25, 2024
1 parent da2606f commit edccf3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# easy-debug-view
Simple and fast debug output viewer for Windows.

It is an super lightweight but faster alternative of [debugview](https://learn.microsoft.com/en-us/sysinternals/downloads/debugview) for user mode debug output.

Administrator role is needed when running the program.

## Build
Expand All @@ -10,5 +12,7 @@ cmake -S . -B build
cmake --build build --config RelWithDebInfo --target ALL_BUILD
```
### Configure, build and package using CMake
```console
cmake -S . -B build
cmake --build build --config RelWithDebInfo --target package
```

0 comments on commit edccf3c

Please sign in to comment.