Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mortinger91 committed Oct 26, 2023
1 parent 511254e commit 0a98f89
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- clang-format (running automatically as pre-commit git hook)

Requirements:
--------------
-------------
- CMake
- Clang
- LLDB
Expand All @@ -22,7 +22,7 @@ Requirements:
- Visual Studio, MSVC compiler (Windows only)

Set up project:
--------------
---------------
./ProjectFolder/scripts/build_cmake_debug.sh

or execute VSCode task `build_cmake_debug`.
Expand All @@ -31,6 +31,8 @@ Build and Debug:
----------------
./ProjectFolder/scripts/build_debug.sh

or execute VSCode task `build_debug`.

Followed by:

lldb ./build/Debug/bin/cpp-cmake-template
Expand All @@ -54,6 +56,11 @@ Build release:

or execute VSCode task ```create_release```.

Windows:
--------
Use .ps1 scripts in `ProjectFolder/scripts/windows` folder
or same VSCode tasks, as listed above.

Notes:
=======

Expand Down

0 comments on commit 0a98f89

Please sign in to comment.