.. index:: !single: Getting started *************** Getting Started *************** .. rst-class:: sd-fs-3 Welcome! Let’s Begin Writing an Example Application This guide will walk you through creating a small example application using the regular expression library. To get started, ensure you have: * Your favorite C++ development environment. * A Git client of your choice. We’ll demonstrate using command-line tools, but you’re encouraged to use whatever tools you prefer to achieve the same results. .. button-ref:: 01-project-structure :ref-type: doc :color: success :align: center :expand: :class: sd-fs-5 sd-font-weight-bold sd-p-2 sd-my-4 Let’s get started with setting up your project! → .. toctree:: :maxdepth: 3 :hidden: 01-project-structure 02-cmake-configuration 03-write-the-main 04-compile-and-run.rst