drogonCMS-cmake into main branch that replaces make plus other things #1
@ -21,10 +21,10 @@
|
|||||||
### 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/`
|
0. Clone the repository `git clone https://git.sharpetronics.com/sharpetronics/DrogonCMS` and `cd DrogonCMS/`
|
||||||
0a. optional checkout right branch e.g. `git checkout drogonCMS-cmake`
|
1. optional checkout right branch e.g. `git checkout drogonCMS-cmake`
|
||||||
1. Run `cmake -D CMAKE_BUILD_TYPE=Release .`
|
2. Run `cmake -D CMAKE_BUILD_TYPE=Release .`
|
||||||
2. Then, to build the executable, we do `cmake --build .`
|
3. Then, to build the executable, we do `cmake --build .`
|
||||||
3. Run the app with `./DrogonCMS`
|
4. Run the app with `./DrogonCMS`
|
||||||
|
|
||||||
## Development & Contributing
|
## Development & Contributing
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user