1
0
Fork
You've already forked xd640
0
Xd640 Linux desktop environment [Retrieved from https://github.com/j-m-li/xd640]
  • C 45.5%
  • C++ 41.2%
  • HTML 8%
  • Roff 2%
  • Makefile 1.1%
  • Other 2%
o-ksi-d a63e9d81f9 img
2025年04月04日 10:02:40 +02:00
debian v0.3 2022年04月04日 13:03:26 +02:00
documentation v0.3 2022年04月04日 13:03:26 +02:00
fl_doc2html v0.3 2022年04月04日 13:03:26 +02:00
fl_filters v0.3 2022年04月04日 13:03:26 +02:00
fl_html2html v0.3 2022年04月04日 13:03:26 +02:00
fl_html2latex v0.3 2022年04月04日 13:03:26 +02:00
fl_ps2html v0.3 2022年04月04日 13:03:26 +02:00
fl_rtf2html v0.3 2022年04月04日 13:03:26 +02:00
fl_texi2html v0.3 2022年04月04日 13:03:26 +02:00
fl_txt2html v0.3 2022年04月04日 13:03:26 +02:00
fl_wp2html v0.3 2022年04月04日 13:03:26 +02:00
fladder v0.3 2022年04月04日 13:03:26 +02:00
flclock v0.3 2022年04月04日 13:03:26 +02:00
fldesk Compile under Debian 11 AMD64 2022年04月05日 10:45:43 +02:00
fleffect v0.3 2022年04月04日 13:03:26 +02:00
flfile Compile under Debian 11 AMD64 2022年04月05日 10:45:43 +02:00
flfm Compile under Debian 11 AMD64 2022年04月05日 10:45:43 +02:00
fllauncher Compile under Debian 11 AMD64 2022年04月05日 10:45:43 +02:00
flmail v0.3 2022年04月04日 13:03:26 +02:00
flmailer v0.3 2022年04月04日 13:03:26 +02:00
flnotepad v0.3 2022年04月04日 13:03:26 +02:00
flppp v0.3 2022年04月04日 13:03:26 +02:00
flshutdown v0.3 2022年04月04日 13:03:26 +02:00
flspider v0.3 2022年04月04日 13:03:26 +02:00
fltk-utf8-1.1.4 Windows... 2022年04月05日 14:29:06 +02:00
flwriter Windows... 2022年04月05日 14:29:06 +02:00
img img 2025年04月04日 10:02:40 +02:00
share V0.0 2022年04月04日 13:00:36 +02:00
src Windows... 2022年04月05日 14:29:06 +02:00
test v0.3 2022年04月04日 13:03:26 +02:00
visualc Windows... 2022年04月05日 14:29:06 +02:00
xd640 Compile under Debian 11 AMD64 2022年04月05日 10:45:43 +02:00
xutf8-0.1.1 Windows... 2022年04月05日 14:29:06 +02:00
config.h.in v0.3 2022年04月04日 13:03:26 +02:00
configure Compile under Debian 11 AMD64 2022年04月05日 10:45:43 +02:00
configure.in Compile under Debian 11 AMD64 2022年04月05日 10:45:43 +02:00
Makedefs.in v0.3 2022年04月04日 13:03:26 +02:00
Makefile v0.3 2022年04月04日 13:03:26 +02:00
README.md img 2025年04月04日 10:02:40 +02:00

X Desktop 640x480 16Mb

Xd640

flclock		: a clock
fldesk		: desktop icons
fleffect	: laucher effect
flfile		: file utilities (link, remove, copy, properties)
flfm		: file manager (flfile user interface)
fllauncher	: menu bar
flmail		: mail client 
flnews		: news client 
flnotepad	: plain text editor (UTF-8)
flpaint		: bitmap picture editor (uncompressed GIF and Xpm)
flppp		: Internet dialer
flspider	: web browser (uses libcurl)
flwriter	: word processor (XHTML)
flshutdown	: computer shutdown dialog

We use fltk-utf8 as the widget library. FVWM 2 is our standard windows manager. Debian is our default Linux distribution. Test computer is a 486 DX/2 66MHz, 16Mb of RAM, 15" 640x480 256 colors screen.

Requiered software to compile Xd640 :
	- a standard GNU C++ development environement.
	- X11R6 headers and development libraries
	- Xutf8 	(http://www.lienher.org/jean-marc/xd640)
	- fltk-utf8 	(http://www.lienher.org/jean-marc/xd640)
	- openssl 	(http://www.openssl.org/)
	- libcurl	(http://curl.haxx.se/)
	- FreeType 2	(http://www.freetype.org/)

BUILD UNDER Debian 11:

# sudo apt install libcurl4-openssl-dev gettext build-essential git libx11-dev libgl1-mesa-dev libglu1-mesa-dev xorg-dev autoconf automake libtool linpng-dev libz-dev libjpeg-dev 
# sudo ldconfig
# cd xd640*/
# cd xutf8-0.1.1/
# ./configure
# make
# sudo make install
# cd ..
# cd fltk-utf8-1.1.4/
# ./configure
# make
# sudo make install
# cd ..
# ./configure
# make
# sudo make install
# cd flwriter/
# make flwriter-static 

If you want to install the software to an other location use this in place of "./configure" : # ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man