Debian is the easiest way to install the latest cvs version of the cool desktop system e17

Source: Internet
Author: User
Debian is the easiest way to install the latest cvs version of the supercool desktop system e17-Linux Release Technology-Debian information. For more information, see the following. First, create the e17 cvs directory:

Code:
Mkdir e17_cvs_root
Cd e17_cvs_root

Run the following command to obtain the latest version of cvs:

Code:
Cvs-z3-d: pserver: anonymous@anoncvs.enlightenment.org:/var/cvs/e co e17
Cvs-z3-d: pserver: anonymous@anoncvs.enlightenment.org:/var/cvs/e co misc
Cvs-z3-d: pserver: anonymous@anoncvs.enlightenment.org:/var/cvs/e co eterm
Cvs-z3-d: pserver: anonymous@anoncvs.enlightenment.org:/var/cvs/e co e_modules

Download the script in the attachment and put it under e17_cvs_root:

Preparations before installation:

Code:
Sudo apt-get install libltdl3-dev libsqlite3-dev libsigc ++-2.0-dev libmp D-dev libtheora-dev giblib-dev libxkbfile-dev scrot

Execute the script. /NIGHTLY_BUILD starts compilation and installation. Note that this script is a script I have modified. By default, cvsupdate is not executed. If you want to update it to the latest version, remove the-s option, it installs e17 in the/opt/e17 directory by default.


After a long compilation process, you still need to make a little setup. Create an e17 entry under/usr/share/xsessions to load and modify the/etc/profile file, add the path variable of e17, which is as follows:

Code:
#/Etc/profile: system-wide. profile file for the Bourne shell (sh (1 ))
# And Bourne compatible shells (bash (1), ksh (1), ash (1 ),...).

If ["'id-U'"-eq 0]; then
PATH = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/e17/bin: /opt/e17/sbin"
Else
PATH = "/usr/local/bin:/usr/games:/opt/e17/bin"
Fi

If ["$ PS1"]; then
If ["$ BASH"]; then
PS1 = '\ u @ \ h: \ w \ $'
Else
If ["'id-U'"-eq 0]; then
PS1 = '#'
Else
PS1 = '$'
Fi
Fi
Fi

Export PATH

Umask 022

Restart the session and go to the cool e17.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.