Skip to content

Instantly share code, notes, and snippets.

@optyler
Created July 23, 2015 09:12
Show Gist options
  • Save optyler/05596eb1bc54cfa29ea8 to your computer and use it in GitHub Desktop.
Save optyler/05596eb1bc54cfa29ea8 to your computer and use it in GitHub Desktop.
Build and Install Openbox 3.6.1 from GIT sources on Fedora 21
# Clone git last sources
git clone git://git.openbox.org/mikachu/openbox openbox
cd openbox
# install dependencies (openbox 3.6.1) and build tools
sudo yum install gcc autoconf automake glib2-devel.i686 pango-devel.i686 imlib2-devel.i686 startup-notification-devel libXcursor-devel.i686 libXfixes-devel.i686 libSM-devel.i686 libxml2-devel.i686 gettext-devel libtoo
# start the configuration and environment tools
./bootstrap
# check for dependencies error before next
./configure
# check for dependencies error before next
make
# log as root to install previous maked distrib
su
# install
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment