File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,21 @@ https://github.com/goplus/llgo?tab=readme-ov-file#how-to-install
2121
2222``` bash
2323llgo install ./cmd/llcppg
24+ ```
25+
26+ For normal package generation, only the ` llcppg ` binary is required.
27+
28+ ### devtool
2429
25- # Optional debug / troubleshooting tools:
30+ For debugging and isolated troubleshooting, you can optionally install these standalone tools:
31+
32+ ``` bash
2633llgo install ./_xtool/llcppsymg
2734llgo install ./_xtool/llcppsigfetch
2835llgo install ./cmd/gogensig
2936go install ./cmd/llcppcfg
3037```
3138
32- For normal package generation, only the ` llcppg ` binary is required.
33- The standalone tools above are kept mainly for debugging and isolated troubleshooting.
34-
3539
3640## Usage
3741
You can’t perform that action at this time.
0 commit comments