Makefile and parseClang.py
This commit is contained in:
parent
a7a3a7b140
commit
6c22d12640
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ deps:
|
|||
$(GOGET) github.com/akamensky/argparse
|
||||
$(GOGET) github.com/awalterschulze/gographviz
|
||||
$(GOGET) github.com/sergi/go-diff/...
|
||||
$(GOGET) github.com/AlecAivazis/survey
|
||||
$(GOGET) gopkg.in/AlecAivazis/survey.v1
|
||||
# Cross compilation
|
||||
build-linux:
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $(GOBUILD) -o $(BINARY_UNIX) -v
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# pip3 install clang
|
||||
#
|
||||
# cd /usr/lib/x86_64-linux-gnu/
|
||||
# sudo ln -s libclang-X.Y.so.1 libclang.so (X.Y the version number)
|
||||
# sudo ln -s libclang-X.Y.so.1 libclang-14.so (X.Y the version number)
|
||||
#
|
||||
# (*) Run:
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue