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

How are build-time dependencies specified? #1

Open
probonopd opened this issue Jul 31, 2020 · 0 comments
Open

How are build-time dependencies specified? #1

probonopd opened this issue Jul 31, 2020 · 0 comments

Comments

@probonopd
Copy link

When I try to compile this by hand, I need to install quite some dev packages. How does appimage-builder know to install these?

git clone https://github.com/glmark2/glmark2.git
sudo apt-get -y install libjpeg-dev libpng-dev libx11-dev libdrm-dev libgbm-dev libudev-dev 
cd glmark2; ./waf configure --with-flavors=drm-gl,drm-glesv2,x11-gl,x11-glesv2 --prefix=/usr
cd glmark2; ./waf
cd glmark2; ./waf install --destdir=../AppDir
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