diff options
| author | Jeff Carr <[email protected]> | 2025-02-14 18:25:28 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-14 18:25:28 -0600 |
| commit | dcd32c255c4c4a7b31ebc2395a541704a753a092 (patch) | |
| tree | 025e9fd827b876b699b6d94cdeb01b9c25b97ad5 /Makefile | |
| parent | f223a21545edeabab24fe87c1a916c150b55ab80 (diff) | |
changes for new 'tree' packagev0.0.27v0.0.26v0.0.25v0.0.24v0.0.23v0.0.22v0.0.21v0.0.20v0.0.19v0.0.18
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,11 +1,15 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) -all: plugin +all: clean goimports plugin #ldd fyne.so +deps: + sudo apt install libxxf86vm-dev libxxf86vm1 + plugin: - GO111MODULE=off go build -v -buildmode=plugin -o fyne.so + # LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ GO111MODULE=off go build -v -x -buildmode=plugin -o fyne.so + GO111MODULE=off go build -v -x -buildmode=plugin -o fyne.so install: clean go build -v -buildmode=plugin -o ~/go/lib/fyne-${VERSION}.so \ |
