-
Notifications
You must be signed in to change notification settings - Fork 36
/
README
29 lines (21 loc) · 1006 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
The Moksha Desktop
Moksha is an advanced window manager for X11 based on Enlightenment DR17.
Installing Moksha
Requirements:
-------------
Autoconf version 2.71 is now required.
Dependencies for building under Bodhi:
doxygen pkg-config libglib2.0-dev libssl-dev libpng12-dev libharfbuzz-dev
libfribidi-dev libfontconfig1-dev libluajit-5.1-dev libsndfile1-dev
libpulse-dev libbullet-dev libxcb1-dev libxcb-shape0-dev libxcb-keysyms1-dev
automake libx11-xcb-dev libudisks2-dev
Must:
libc libm libX11 libXext evas ecore ecore-evas ecore-file ecore-ipc ecore-con
ecore-imf ecore-x edje eet embryo efreet eldbus eio
xcb xcb-shape xcb-keysyms
[png loader in evas, jpeg loader in evas, eet loader in evas, software_x11
engine in evas, buffer engine in evas]
You can also use the configure --prefix option to put Moksha in a separate tree
of its own (recommended) like:
./autogen.sh --prefix=/usr/local/moksha
You will, as usual, need to add the subsequent bin dir to your $PATH etc.