Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.
ju1ius edited this page Aug 10, 2011 · 13 revisions

About

MarchOBMenu comes in two versions:
version 1.x, the “portable” branch, written in Bash and Python, architecture independent.
version 2.x, the “master” branch, written in C and Python, more performant but with packages for i386 and amd64 only. It should however compile fine on any architecture.

Install

Packages

From source

Version 1

Install dependencies (assuming you already have openbox bash and python…):

sudo aptitude install inotify-tools python-xdg
git clone git://github.com/ju1ius/marchobmenu.git
cd marchobmenu
git checkout portable
sudo make install

Version 2

Install dependencies (assuming you already have openbox bash and python…):

sudo aptitude install libinotifytools0 libinotifytools0-dev python-xdg python-gtk2
git clone git://github.com/ju1ius/marchobmenu.git
cd marchobmenu
make
sudo make install

Next…

Check the Quickstart page.