Update 'README.md'
This commit is contained in:
parent
e1dd8f03c9
commit
77ce66052d
@ -13,11 +13,11 @@
|
||||
|
||||
## Steps to reproduce a Cpp Autotools Sandbox
|
||||
|
||||
1. Run `autoreconf -vi`. *Tip: Run this command each time you modify configure.ac*
|
||||
1. Run `autoreconf -vi`. **Tip:** Run this command each time you modify configure.ac
|
||||
2. Create a `build` directory and auto configure the app `cd build && ../configure`.
|
||||
3. Compile the app with `make`. *Tip: Be certain you are in the **build** directory*
|
||||
4. Run the app with `./drogon_dashboard.
|
||||
5. *Optional:* Install the app to core system `make install`. *Tip: Root permissions may be needed depending on where you --prefix the install directory*
|
||||
3. Compile the app with `make`. **Tip:** Be certain you are in the **build** directory
|
||||
4. Run the app with `./drogon_dashboard`.
|
||||
5. *Optional:* Install the app to core system `make install`. **Tip:** Root permissions may be needed depending on where you --prefix the install directory
|
||||
|
||||
## Authors:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user