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

Dunno - AppImage have a quick tutorial ? #57

Open
inukaze opened this issue Oct 1, 2020 · 0 comments
Open

Dunno - AppImage have a quick tutorial ? #57

inukaze opened this issue Oct 1, 2020 · 0 comments

Comments

@inukaze
Copy link

inukaze commented Oct 1, 2020

Hi there, i want to create an AppImage from Source of the projects
DOSBox-X
m64p-netplay-server

Trying to read the documentation in :
https://docs.appimage.org/packaging-guide/converting-binary-packages/pkg2appimage.html

Looks like just works with debs packages

And trying to read this another doc :
https://docs.appimage.org/packaging-guide/from-source/native-binaries.html

I don't understand this example :

# get the source code
> git clone https://github.com/linuxdeploy/QtQuickApp.git
> cd QtQuickApp

# create out-of-source build dir and run qmake to prepare the Makefile
> mkdir build
> cd build
> qmake ..

# build the application on all CPU cores
> make -j$(nproc)

# use make install to prepare the AppDir
> make install INSTALL_ROOT=AppDir

In which moment the AppDir was created ? i specify this example because m64p-netplay-server must be compile against to qmake (qt5.8)

I just need a very specific instructions for example
1 - Download
2 - Create this Directory Structure
3 - Create this basefile.yml
4 - Use the tool (1) this way
5 - change the permissions & Test the generated AppImage.

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

1 participant