[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Idea: Install script to better support improving contributor-friendl
From: |
lamefun . x0r |
Subject: |
Re: Idea: Install script to better support improving contributor-friendliness of projects |
Date: |
Tue, 28 Nov 2017 22:43:49 +0300 |
Another question, is Guix ever going to ship NVIDIA OpenGL libraries,
considering that this is a GNU project? Flatpak for example ships them
to support NVIDIA GPUs. The project I want to make contributor-friendly
with help of Guix is a 3D game, so without them Guix is essentially
useless as a dependency installer for many of the potential
contributors.
I managed to launch SuperTux, by forcing it to use system libraries:
LD_PRELOAD="/usr/lib64/libGL.so.1 /usr/lib64/libGLX.so.0 \
/usr/lib64/libX11.so.6 /usr/lib64/libXext.so.6 \
/usr/lib64/libGLdispatch.so.0 /usr/lib64/libxcb.so.1 \
/usr/lib64/libXau.so.6" supertux2
This probably not possible to reliably automate and certainly is
segfault-prone though...
- Idea: Install script to better support improving contributor-friendliness of projects, Никита Чураев, 2017/11/26
- Re: Idea: Install script to better support improving contributor-friendliness of projects, ng0, 2017/11/26
- Re: Idea: Install script to better support improving contributor-friendliness of projects, Mark H Weaver, 2017/11/26
- Re: Idea: Install script to better support improving contributor-friendliness of projects, Ludovic Courtès, 2017/11/30
- Re: Idea: Install script to better support improving contributor-friendliness of projects, Adonay Felipe Nogueira, 2017/11/30
- Re: Idea: Install script to better support improving contributor-friendliness of projects, Vincent Legoll, 2017/11/30