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 4c9f3c654d - Show all commits

View File

@ -9,13 +9,13 @@
*Note: This has been built and tested on Arch Linux*
### Steps to build Drogon API from Source code
### Manual Steps to build Drogon API from Source code
0. `nano ./config.yaml`
1. The `build/` folder is where the server will be compiled and served. `cd build/`
2. `cmake ..`
3. `make`
4. `nano ./config.yaml`
5. `./local-drogon-api-server`
4. `./local-drogon-api-server`
## Development & Contributing
@ -23,7 +23,7 @@
* A Computer
* CMake
* Update the ./config.yaml file
* Update the ./config.yaml or .json file
### Recommendations