Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/satoren/LRDB
Browse files Browse the repository at this point in the history
  • Loading branch information
satoren committed Jan 26, 2017
2 parents 130cdb4 + 06489c5 commit 8808651
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ command line interface debugger is not implemented.
### Requirements
* Lua 5.1 to 5.3 (recommended: 5.3)
* C++11 compiler

### include path
- LRDB/include
- LRDB/third_party/asio/asio/include
- LRDB/third_party/picojson

### code
```C++
int listen_port = 21110;//listen tcp port for debugger interface

Expand Down Expand Up @@ -88,4 +95,4 @@ Exaple
}
]
}
```
```

0 comments on commit 8808651

Please sign in to comment.