Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zxc479773533 committed Jun 9, 2019
1 parent 6f8871b commit ce9e967
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ You can use our library in your server code to launch a remote service with just

We recommend that you use the `CMAKE` tool of `3.10` or higher and `gcc` of version 7.0 and above to get a better use of the build experience. This does not mean that the tool cannot be used in an environment that does not meet the version requirements, but a low-level compilation tool may cause some unexpected errors in some environments.

**The latest version can be compiled in gcc 4.8.5 environment with some warnings, but it does not affect the use.**

#### Clinet

We recommend to install the `Java 8` environment. Higher versions require manual installation of the `Javafx` package.
Expand Down Expand Up @@ -169,4 +171,6 @@ Updated at 2019-03-15

2019-03-07: Release version 1.2, we have finished all the work so this fantastic tool could be put in practical use.

2019-03-15: Release version 1.4, add password verification
2019-03-15: Release version 1.4, add password verification

2019-06-09: Release version 1.4.1, remove regex and make it adapt to the build environment of gcc4.8.5.
4 changes: 3 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

我们建议您使用`3.10`以上版本的`CMAKE`工具和`7.0`以上版本的`gcc`来获得更好的使用编译体验。这并不意味着不满足版本要求的环境下无法使用本工具,但低版本的编译工具在某些环境中有可能会引发些许我们意料之外的错误。

**目前最新的版本已经可以在gcc 4.8.5环境下编译通过,但是会有部分warning,不影响使用**

#### Clinet

建议安装`Java 8`环境,更高的版本需要手动安装`Javafx`包。
Expand Down Expand Up @@ -146,4 +148,4 @@ HTTP Response:
Content: "Data"
```

中文文档更新于2019-03-15
中文文档更新于2019-06-09
3 changes: 2 additions & 1 deletion example/src/lib/io/pystring.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
#define PYLIB_PYSTRING

#include <string>
#include <cstring>
#include <vector>
#include <regex>
#include <regex>

namespace pylib {
// Here are some useful functions for string operation
Expand Down

0 comments on commit ce9e967

Please sign in to comment.