Difference between revisions of "Beryl Core"
(Minor typo fixes) |
|||
Line 22: | Line 22: | ||
* [[Glib2]] | * [[Glib2]] | ||
* [[Pkg-config]] | * [[Pkg-config]] | ||
+ | * [[Startup-notification]] | ||
=== Recommended === | === Recommended === | ||
* [[GConf]] | * [[GConf]] | ||
Line 27: | Line 28: | ||
== Configuration Information == | == Configuration Information == | ||
− | + | If you want to enable the [[GConf]] backend for libberylsettings, add the following option: | |
− | -- | + | --enable-gconf |
− | + | == Non-Multilib == | |
− | + | First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary: | |
− | + | tar xvf ../beryl-mesa-{{Beryl-Version}}.tar.bz2 | |
Compile the package: | Compile the package: | ||
− | ./configure --prefix=/usr -- | + | ./configure --prefix=/usr --with-berylmesadir=beryl-mesa && |
make | make | ||
Line 49: | Line 50: | ||
=== 32Bit === | === 32Bit === | ||
+ | |||
+ | First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary: | ||
+ | |||
+ | tar xvf ../beryl-mesa-{{Beryl-Version}}.tar.bz2 | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD32}" ./configure --prefix=/usr -- | + | CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ |
+ | ./configure --prefix=/usr --with-berylmesadir=beryl-mesa && | ||
make | make | ||
Line 60: | Line 66: | ||
=== N32 === | === N32 === | ||
+ | |||
+ | First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary: | ||
+ | |||
+ | tar xvf ../beryl-mesa-{{Beryl-Version}}.tar.bz2 | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILDN32}" ./configure --prefix=/usr -- | + | CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ |
− | -- | + | ./configure --prefix=/usr --libdir=/usr/lib32 \ |
+ | --with-berylmesadir=beryl-mesa && | ||
make | make | ||
Line 72: | Line 83: | ||
=== 64Bit === | === 64Bit === | ||
+ | |||
+ | First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary: | ||
+ | |||
+ | tar xvf ../beryl-mesa-{{Beryl-Version}}.tar.bz2 | ||
Compile the package: | Compile the package: | ||
− | CC="gcc ${BUILD64}" ./configure --prefix=/usr -- | + | CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ |
− | -- | + | ./configure --prefix=/usr --libdir=/usr/lib64 \ |
+ | --with-berylmesadir=beryl-mesa && | ||
make | make | ||
Revision as of 12:07, 24 January 2007
Download Source: |
---|
http://releases.beryl-project.org/0.2.1/beryl-core-0.2.1.tar.bz2 |
http://releases.beryl-project.org/0.2.1/beryl-mesa-0.2.1.tar.bz2 |
Contents
Introduction to Beryl Core
This is the core package that contains all the important files required for running beryl, including headers and files for the development of beryl-plugins.
Dependencies
Required
Recommended
Configuration Information
If you want to enable the GConf backend for libberylsettings, add the following option:
--enable-gconf
Non-Multilib
First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:
tar xvf ../beryl-mesa-0.2.1.tar.bz2
Compile the package:
./configure --prefix=/usr --with-berylmesadir=beryl-mesa && make
Install the package
make install
Multilib
32Bit
First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:
tar xvf ../beryl-mesa-0.2.1.tar.bz2
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ ./configure --prefix=/usr --with-berylmesadir=beryl-mesa && make
Install the package
make install
N32
First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:
tar xvf ../beryl-mesa-0.2.1.tar.bz2
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \ ./configure --prefix=/usr --libdir=/usr/lib32 \ --with-berylmesadir=beryl-mesa && make
Install the package
make install
64Bit
First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:
tar xvf ../beryl-mesa-0.2.1.tar.bz2
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \ ./configure --prefix=/usr --libdir=/usr/lib64 \ --with-berylmesadir=beryl-mesa && make
Install the package
make install
Contents
Installed Programs: | beryl, beryl-xgl, beryl-settings-tool |
---|---|
Installed Libraries: | libberylsettings.{a,la,so}, libberyldecoration.{a,la,so} |
Installed Directory: | /usr/include/beryl, /usr/lib/beryl |