Преглед изворни кода

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

Romain Rigaux пре 6 година
родитељ
комит
d4276fe
1 измењених фајлова са 11 додато и 0 уклоњено
  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::