Makefile and parseClang.py

This commit is contained in:
Rob1103 2022-10-03 15:47:49 +02:00
parent a7a3a7b140
commit 6c22d12640
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ deps:
$(GOGET) github.com/akamensky/argparse $(GOGET) github.com/akamensky/argparse
$(GOGET) github.com/awalterschulze/gographviz $(GOGET) github.com/awalterschulze/gographviz
$(GOGET) github.com/sergi/go-diff/... $(GOGET) github.com/sergi/go-diff/...
$(GOGET) github.com/AlecAivazis/survey $(GOGET) gopkg.in/AlecAivazis/survey.v1
# Cross compilation # Cross compilation
build-linux: build-linux:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $(GOBUILD) -o $(BINARY_UNIX) -v CGO_ENABLED=0 GOOS=linux GOARCH=amd64 $(GOBUILD) -o $(BINARY_UNIX) -v

View file

@ -5,7 +5,7 @@
# pip3 install clang # pip3 install clang
# #
# cd /usr/lib/x86_64-linux-gnu/ # 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: # (*) Run:
# #