Efsane II Installation ---------------------- Please read this file to install Efsane II correctly! First of all, you have to be a superuser (root) to install all packages. Before installing, please download the required packages: emn-0.8.1.tar.gz efsane2-0.8.1.tar.gz eyonetici-0.8.1.tar.gz (optional) After downloading, do the following actions: # tar xzf emn-0.8.1.tar.gz # cd emn-0.8.1 # ./configure # make # make install # cd .. # tar xzf efsane2-0.8.1.tar.gz # cd efsane2-0.8.1 # ./configure # make # make install # cd .. If you want to install Efsane Manager (it requires QT3 libraries), also do the following actions: # tar xzf eyonetici-0.8.1.tar.gz # cd eyonetici-0.8.1 # ./configure # make # make install # cd .. This is the classical way to install packages in Linux, but be sure that EMN is installed first! Then you have to create ~/.xinitrc file for each user, who will use Efsane II. Login as the user and do the following action: $ echo "exec efsane" >~/.xinitrc