Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
compile options added
  • Loading branch information
ziabary authored Apr 26, 2021
1 parent c1aa10b commit d2975a5
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Different authors have different manners of dealing with these words. Some use "
********************************



# Sample codes

After building E4MT, according to [setup](#setup), it can be used on Linux by executing the following commands:
Expand Down Expand Up @@ -72,7 +71,17 @@ Follow the steps below to compile the project:
```
3. The project is a standard QMake out-of-source build, which on Linux can be compiled by executing the following commands:
```bash
qmake
qmake
make -j
```
In order to compile in debug mode:
```bash
qmake CONFIG+=debug
make -j
```
If you dont't need server mode:
```bash
qmake QJsonRPC=0
make -j
```
# License
Expand Down

0 comments on commit d2975a5

Please sign in to comment.