Skip to content

Install Common Desktop Environment (CDE) on Ubuntu or Raspberry Pi OS.

Notifications You must be signed in to change notification settings

gilbertfrancois/CDE-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Installing CDE (Common Desktop Environment)

Raspberry Pi install Ubuntu / Debian install

Preprocess

Before downloading and compiling, you need to do the following steps:

Localization:

sudo locale-gen de_DE
sudo locale-gen es_ES
sudo locale-gen fr_FR
sudo locale-gen it_IT
sudo locale-gen de_DE.UTF-8
sudo locale-gen es_ES.UTF-8
sudo locale-gen fr_FR.UTF-8
sudo locale-gen it_IT.UTF-8
apt-get -y install \
    autoconf \
    automake \
    bison \
    build-essential \
    flex
    g++ \
    git \
    ksh \
    libtool \
    lib{xt,xmu,xft,xinerama,xpm,pam,motif,ssl,xaw7,x11,xss,tirpc,jpeg,freetype6,utempter}-dev \
    m4 \
    ncompress \
    patch \
    rpcbind \
    tcl-dev \
    x11proto-fonts-dev \
    xbitmaps \
    xfonts-{100,75}dpi{,-transcoded} \
    xorg \

About

Install Common Desktop Environment (CDE) on Ubuntu or Raspberry Pi OS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages