Index of /riscv64/DevTerm-R01/CDE/

NameLast ModifiedSizeType
../ -  Directory
README.txt2024-May-29 15:22:051.9Ktext/plain; charset=utf-8
dt.tar.gz2024-May-29 13:49:5676.3Mapplication/x-gtar-compressed
      ___           ___           ___     
     /\  \         /\  \         /\  \    
    /::\  \       /::\  \       /::\  \   
   /:/\:\  \     /:/\:\  \     /:/\:\  \  
  /:/  \:\  \   /:/  \:\__\   /::\~\:\  \ 
 /:/__/ \:\__\ /:/__/ \:|__| /:/\:\ \:\__\
 \:\  \  \/__/ \:\  \ /:/  / \:\~\:\ \/__/
  \:\  \        \:\  /:/  /   \:\ \:\__\  
   \:\  \        \:\/:/  /     \:\ \/__/  
    \:\__\        \::/__/       \:\__\    
     \/__/         ~~            \/__/ 


  Latest CDE is quite useful on the Clockwork DevTerm R-01 and since its lightweight we can use it as the main WM 


  Getting CDE compiled on the DevTerm R-01 
  you can follow the guide here https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/ 
  The build takes roughly 8 hours on the device. 

  If you want to  use pre-compiled binaries from me I have made them available for the stock Ubuntu 22.04 riscv64 on this repo.  

  Make sure to install some dependencies 
  --------------------------------------

sudo apt-get -y install autoconf automake libtool git build-essential \
g++ lib{xt,xmu,xft,xinerama,xpm,pam,motif,ssl,xaw7,x11,xss,tirpc,jpeg,\
freetype6,utempter,xrender}-dev tcl-dev ksh m4 ncompress \
xfonts-{100,75}dpi{,-transcoded} rpcbind bison patch \
xbitmaps x11proto-fonts-dev flex opensp x11-xserver-utils
 

sudo locale-gen en_US.UTF-8
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

  Download the dt.tar.gz to /usr 
  ------------------------------

sudo su - 
cd /usr
wget https://astr0baby.online/riscv64/DevTerm-R01/CDE/dt.tar.gz
gunzip dt.tar.gz
tar -xvf dt.tar
rm dt.tar 

  Exit the TWM (and remove the autologin from $HOME/.bash_profile)  
  Start CDE as follows 

startx /usr/dt/bin/Xsession 

  Enjoy CDE !

  Screenshots  https://pbs.twimg.com/media/GOwFQNDXoAAM0gI?format=jpg&name=4096x4096
               https://pbs.twimg.com/media/GOwJYnYXoAADIB9?format=jpg&name=4096x4096 
Webserver 1.0