drogonCMS-cmake into main branch that replaces make plus other things #1

Merged
sharpetronics merged 36 commits from drogonCMS-cmake into master 2024-01-18 19:01:07 -05:00
Showing only changes of commit ff48c8947d - Show all commits

View File

@ -20,6 +20,7 @@
### Steps to build DrogonCMS from Source code ### Steps to build DrogonCMS from Source code
0. Clone the repository `git clone https://git.sharpetronics.com/sharpetronics/DrogonCMS` and `cd DrogonCMS/`
1. Run `cmake -D CMAKE_BUILD_TYPE=Release .` 1. Run `cmake -D CMAKE_BUILD_TYPE=Release .`
2. Then, to build the executable, we do `cmake --build .` 2. Then, to build the executable, we do `cmake --build .`
3. Run the app with `./DrogonCMS` 3. Run the app with `./DrogonCMS`