Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build for Arch linux #18

Closed
flamendless opened this issue Apr 3, 2019 · 4 comments
Closed

Build for Arch linux #18

flamendless opened this issue Apr 3, 2019 · 4 comments

Comments

@flamendless
Copy link

How to build this to work in arch Linux?

Sent from my HUAWEI GR5 2017 using FastHub

@rtalon83
Copy link
Contributor

rtalon83 commented Apr 3, 2019

Do you want to make the Electron app for Linux x64, no?

Right now, I'm looking this: https://www.electron.build/configuration/linux

@flamendless
Copy link
Author

I tend to stay away from any Electron app.

Is the web version of this tool good?

@odrick
Copy link
Owner

odrick commented Apr 3, 2019

Hello. You can build appimage executable, for example:

1 - install node.js
2 - git clone https://github.com/odrick/free-tex-packer.git
3 - cd free-tex-packer
4 - npm install
5 - npm run build-electron
6 - cd electron
7 - change build - linux - target to AppImage in package.json
8 - npm install
9 - npm run build
10 - look at dist/app folder ( FreeTexturePacker-x86_64.AppImage )
11 - install appimage ( https://itsfoss.com/use-appimage-linux/ )

appimage added to latest release: https://github.com/odrick/free-tex-packer/releases/tag/v0.5.8

@flamendless
Copy link
Author

Thanks!

@odrick odrick closed this as completed Apr 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants