- Table of Contents
- Pre Setup
- Setup
- Source Code Additions
- Build
- State Table
- State Transition Diagram
- Examples
This program will run using DC libraries. DC libraries provide error handling, and error reporting for your POSIX application.
So clone this repository -> dc_scripts. After that, cd into dc_scripts folder and run
./dc-update work gcc g++ This will install all dc libraries in your folder called work. If you'd like to update your libraries, simply go to dc_scripts folder and run ./dc-update work to update the libraries.
Clone this repository then go to the program's directory then run command:
mkdir cmake-build-debug
cmake -DCMAKE_C_COMPILER="gcc" -DCMAKE_CXX_COMPILER="g++" -S . -B cmake-build-debug
Examples:
cmake --build cmake-build-debug
cmake --build cmake-build-debug --clean-first
cmake --build cmake-build-debug --target docs
cmake --build cmake-build-debug --target format


.png)
.png)
.png)
.png)
.png)
.png)
.png)
.png)