From c95662d2a16c3946b2df743faeac17733c54029f Mon Sep 17 00:00:00 2001 From: Steve Kieu Date: Sat, 24 Feb 2024 12:01:13 +1000 Subject: [PATCH] Add libgtksourceview-3.0-dev to depends pkg list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a00bf7..5dcf08f 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ go-bindata -pkg forms -o forms/bindata.go -nomemcopy glade icons - Linux ``` -apt-get install libgtk-3-0 libgtk-3-dev ca-certificates +apt-get install libgtk-3-0 libgtk-3-dev ca-certificates libgtksourceview-3.0-dev go build --tags "icu json1 fts5 secure_delete" -ldflags='-s -w' # To avoid glibc incompatibility maybe try the below. Note it might cause link errors, if so use the previous build command.