Explorar o código

HUE-8707 [doc] Add info for building the sql autocomplete

Romain Rigaux %!s(int64=6) %!d(string=hai) anos
pai
achega
d4276fe
Modificáronse 1 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      docs/sdk/sdk.md

+ 11 - 0
docs/sdk/sdk.md

@@ -972,9 +972,11 @@ JavaScript.
 * We recommend developing with the Chrome console.
 
 ## Building
+
 ### Documentation
 
 Building with
+
 ```
 make docs
 ```
@@ -982,10 +984,19 @@ make docs
 ### CSS / LESS
 
 After changing the CSS in a .less file, rebuilding with:
+
 ```
 make css
 ```
 
+### SQL Autocomplete
+
+Install jison from branch https://github.com/JohanAhlen/jison and run "npm install -g". Then:
+
+```
+make sql-all-parsers
+```
+
 ### Internationalization
 
 How to update all the messages and compile them::