diff options
author | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
---|---|---|
committer | Simon Rettberg | 2024-09-06 14:42:37 +0200 |
commit | badef32037f52f79abc1f1440b786cd71afdf270 (patch) | |
tree | 412b792d4cab4a7a110db82fcf74fe8a1ac55ec1 /INSTALL | |
parent | Delete pre-6.00 files (diff) | |
download | xscreensaver-master.tar.gz xscreensaver-master.tar.xz xscreensaver-master.zip |
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -11,14 +11,13 @@ XScreenSaver Installation xscreensaver & xscreensaver-settings - There are many compilation dependencies. The configure script will - tell you what is missing. At the least, you will need development - versions of these libraries: - - perl pkg-config gettext intltool libx11 libxext libxi libxt - libxft libxinerama libxrandr libxxf86vm libgl libglu libgle - libgtk2 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0 libxml2 libpam - dbus libsystemd elogind + There are many compilation dependencies. The configure script will tell + you what is missing. At the least, you will need development versions of + these libraries. Append "-dev" or "-devel" to most of these: + + perl pkg-config gettext intltool libx11 libxext libxi libxt libxft + libxinerama libxrandr libxxf86vm libgl libglu libgle libgtk-3-0 + libgdk-pixbuf2.0 libjpeg libxml2 libpam libsystemd elogind BSD systems might need gmake instead of make. |