Skip to content

Commit ae4f719

Browse files
committed
update readme
1 parent 0666932 commit ae4f719

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,24 @@ Additionally, it enabled customization of the live coding environemnt, including
1010

1111
## Install
1212

13+
### With Qt Creator
14+
15+
* git clone the project repository
16+
* Open the projects `.pro` file in Qt Creator
17+
* add a new make install step with Make argument `install`
18+
* Build
19+
20+
### From the terminal
21+
22+
```bash
23+
git cloneh https://github.com/machinekoder/cpp-qt-live-coding.git
24+
cd cpp-qt-live-coding
25+
mkdir build
26+
cd build
27+
qmake ..
28+
make -j$(nproc)
29+
make install
30+
```
1331

1432
## How to Use
33+

0 commit comments

Comments
 (0)