|
|
@@ -1,4 +1,4 @@
|
|
|
-# Build and run EMQ X on Windows
|
|
|
+# Build and run EMQX on Windows
|
|
|
|
|
|
NOTE: The instructions and examples are based on Windows 10.
|
|
|
|
|
|
@@ -6,7 +6,7 @@ NOTE: The instructions and examples are based on Windows 10.
|
|
|
|
|
|
### Visual studio for C/C++ compile and link
|
|
|
|
|
|
-EMQ X includes Erlang NIF (Native Implmented Function) components, implemented
|
|
|
+EMQX includes Erlang NIF (Native Implmented Function) components, implemented
|
|
|
in C/C++. To compile and link C/C++ libraries, the easiest way is perhaps to
|
|
|
install Visual Studio.
|
|
|
|
|
|
@@ -51,7 +51,7 @@ Eshell V11.1.4 (abort with ^G)
|
|
|
|
|
|
### bash
|
|
|
|
|
|
-All EMQ X build/run scripts are either in `bash` or `escript`.
|
|
|
+All EMQX build/run scripts are either in `bash` or `escript`.
|
|
|
`escript` is installed as a part of Erlang. To install a `bash`
|
|
|
environment in Windows, there are quite a few options.
|
|
|
|
|
|
@@ -68,7 +68,7 @@ Cygwin is what we tested with.
|
|
|
|
|
|
### Other tools
|
|
|
|
|
|
-Some of the unix world tools are required to build EMQ X. Including:
|
|
|
+Some of the unix world tools are required to build EMQX. Including:
|
|
|
|
|
|
* git
|
|
|
* curl
|
|
|
@@ -84,7 +84,7 @@ When using scoop:
|
|
|
scoop install git curl make jq zip unzip
|
|
|
```
|
|
|
|
|
|
-## Build EMQ X source code
|
|
|
+## Build EMQX source code
|
|
|
|
|
|
* Clone the repo: `git clone https://github.com/emqx/emqx.git`
|
|
|
|
|
|
@@ -112,11 +112,11 @@ scoop install git curl make jq zip unzip
|
|
|
To fix it, Visual Studio's bin paths should be ordered prior to Cygwin's (or similar installation's)
|
|
|
bin paths in `Path` environment variable.
|
|
|
|
|
|
-## Run EMQ X
|
|
|
+## Run EMQX
|
|
|
|
|
|
-To start EMQ X broker.
|
|
|
+To start EMQX broker.
|
|
|
|
|
|
-Execute `_build\emqx\rel\emqx>.\bin\emqx console` or `_build\emqx\rel\emqx>.\bin\emqx start` to start EMQ X.
|
|
|
+Execute `_build\emqx\rel\emqx>.\bin\emqx console` or `_build\emqx\rel\emqx>.\bin\emqx start` to start EMQX.
|
|
|
|
|
|
Then execute `_build\emqx\rel\emqx>.\bin\emqx_ctl status` to check status.
|
|
|
If everything works fine, it should print out
|