From d380cb6fa5377d9d0cd58ebe1f267eec33f07d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Valg=C3=B4de?= Date: Sun, 31 Mar 2024 13:39:38 +0200 Subject: [PATCH] Issue #40 - Fix md typo. --- Doc/User Guide/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/User Guide/UserGuide.md b/Doc/User Guide/UserGuide.md index af84271..215c137 100644 --- a/Doc/User Guide/UserGuide.md +++ b/Doc/User Guide/UserGuide.md @@ -8,7 +8,7 @@ This is a step by step guide of how to integrate the *PTN Engine* in your progra For further details you can read the code of the examples included in this distribution. -### 1 - Build the *PTN Engine* +### 1 - Build the PTN Engine You can generate a build configuration for *PTN Engine* running the provided CMake scripts. These support GCC and Visual C++. Other compilers are not yet supported, so if you want to use a different compiler you will have to change or write the build scripts yourself.