yzeng25 commented on a change in pull request #6389: URL: https://github.com/apache/apisix/pull/6389#discussion_r810857483
########## File path: docs/en/latest/how-to-build.md ########## @@ -113,30 +117,34 @@ Please refer to: [Installing Apache APISIX with Helm Chart](https://github.com/a make install ``` - - 4.1 `make deps` install `lualdap` failed, error like: `Could not find header file for LDAP` + **Note**: If `make deps` fails with "install `lualdap` failed" with an error like `Could not find header file for LDAP` try the solution below. - Solution: set `LDAP_DIR` with `luarocks config` manually, for example `luarocks config variables.LDAP_DIR /usr/local/opt/openldap/` + Solution: Set `LDAP_DIR` with `luarocks config` manually. For example `luarocks config variables.LDAP_DIR /usr/local/opt/openldap/`. -5. If you have no more need for the Apache APISIX runtime, you could uninstall it like this. +5. To uninstall the Apache APISIX runtime, run: -```shell - # Uninstall apisix command - make uninstall - # Purge dependencies - make undeps -``` + ```shell + # Uninstall apisix command + make uninstall + # Purge dependencies + make undeps + ``` - Attention please, this operation will totally **remove** the related files. + **Note**: This operation will remove the files completely. -### LTS version Installation via Source Release Package +### LTS version installation via Source Release Package -The current LTS VERSION of Apache APISIX is `2.10.3`. Set `APISIX VERSION` in [install by source package](# Install by source package) to `2.10.3` and follow the other steps. +The [current LTS version](https://apisix.apache.org/downloads/) of Apache APISIX is `2.10.4`. Review comment: BTW there is a space in the end of this line that causes lint error. ```suggestion The [current LTS version](https://apisix.apache.org/downloads/) of Apache APISIX is `2.10.4`. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
