Skip to content

Commit 8c5d54b

Browse files
authored
Merge pull request #13 from Fusion/feature/integrated-uninstaller
Updated README and uninstaller
2 parents 12d0e5a + c40ca25 commit 8c5d54b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ windowscli:
1818
&& mv dist/windows/cli/cmd-windows-4.0-amd64.exe dist/windows/cli/pngsource.exe
1919

2020
macoscli:
21-
@xgo --branch=$(BRANCH) --go=$(GO) --dest dist/macos/cli --pkg cmd --ldflags="-s -w -X 'main.Version=$(VERSION)'" --targets=darwin/arm64 github.com/fusion/pngsource \
21+
@xgo --branch=$(BRANCH) --go=$(GO) --dest dist/macos/cli --pkg cmd --targets=darwin/arm64 github.com/fusion/pngsource \
2222
&& sudo chown -R $$(id -u) dist \
2323
&& mv dist/macos/cli/cmd-darwin-10.??-arm64 dist/macos/cli/pngsource
2424

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,17 @@ Full-on release:
4242

4343
`make release` instead of `make platforms`
4444

45+
## Build dependencies
46+
47+
- hfsplus (OS package)
48+
- hfsplus support in your kernel... you may have to rebuild a new kernel with `CONFIG_HFS_FS=y`
49+
- pkg-config (OS package)
50+
- libgtk-3-dev (OS package)
51+
- libwebkit2gtk-4.0-dev (OS package)
52+
- zip (OS package)
53+
- nsis nsis-doc nsis-pluginapi (OS packages, Windows packager)
54+
- yarn: `yarn install`
55+
4556
# FAQ
4657

4758
**Is this an Electron app?**

0 commit comments

Comments
 (0)