<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to LinuxBuild</title><link>https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/</link><description>Recent changes to LinuxBuild</description><atom:link href="https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 27 May 2025 21:06:41 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/feed" rel="self" type="application/rss+xml"/><item><title>Discussion for LinuxBuild page</title><link>https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/?limit=25#421d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Compiles and runs on Fedora 40. I didn't notice the git link when I initially came to this page so I tried at first using the sourceforge tarball. For anyone who's curious, it does &lt;em&gt;not&lt;/em&gt; compile, while the git version does with no trouble at all.&lt;/p&gt;
&lt;p&gt;Below should cover all the deps:&lt;/p&gt;
&lt;p&gt;yum install libtool m4 automake pam-devel libutempter-dev libXp-devel libXt-devel libXmu-devel libXft-devel libXinerama-devel libXpm-devel motif-devel libXaw-devel libX11-devel libtirpc-dev xset sessreg xrdb libjpeg-turbo-devel freetype-devel openssl-devel tcl-devel ksh ncompress patch xorg-x11-fonts-100dpi bison flex xorg-x11-xbitmaps opensp libXrender-dev lmdb-dev libXdmcp-devel libXScrnSaver-devel rpcgen bdftopcf&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">cathode ray dude</dc:creator><pubDate>Tue, 27 May 2025 21:06:41 -0000</pubDate><guid>https://sourceforge.net56fe89475bcb686ec3d0f451b00ded0848bcd568</guid></item><item><title>LinuxBuild modified by Jon Trulson</title><link>https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v234
+++ v235
@@ -68,6 +68,7 @@
 * flex
 * opensp
 * libxrender-dev
+* liblmdb-dev

 On Pre-16.04 Ubuntu, you may use this slightly chunky single-line statement:

@@ -78,7 +79,7 @@
 **Note** For Ubuntu 16.04 and newer, libXSs-dev has been renamed to libxss-dev. Use this line instead: 

 ````
-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
+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 liblmdb-dev
 ````

 ### RedHat and Fedora
@@ -133,11 +134,12 @@
 * opensp
 * libXrender-devel
 * sessreg
+* lmdb-devel

 All dependencies can be installed in a single shot with

 ````
-zypper install git autoconf automake libtool gcc-c++ motif motif-devel make m4 ksh libXinerama-devel libXdmcp-devel libXScrnSaver-devel libXmu-devel libXaw-devel libXft-devel xset libtirpc-devel libjpeg-devel tcl-devel ncompress bison rpcbind freetype-devel libopenssl-devel pam-devel patch bdftopcf libutempter-devel opensp libXrender-devel sessreg
+zypper install git autoconf automake libtool gcc-c++ motif motif-devel make m4 ksh libXinerama-devel libXdmcp-devel libXScrnSaver-devel libXmu-devel libXaw-devel libXft-devel xset libtirpc-devel libjpeg-devel tcl-devel ncompress bison rpcbind freetype-devel libopenssl-devel pam-devel patch bdftopcf libutempter-devel opensp libXrender-devel sessreg lmdb-dev
 ````


@@ -178,14 +180,6 @@
 ````

 *On Debian*
-**Pre 2.5.0 versions of CDE**
-
-Run &lt;code&gt;dpkg-reconfigure locales&lt;/code&gt; and select the following off the list
-
-* de_DE ISO-8859-1
-* es_ES ISO-8859-1
-* fr_FR ISO-8859-1
-* it_IT ISO-8859-1

 **2.5.0 or later versions of CDE**

@@ -197,14 +191,6 @@


 *For generic Linux*
-**Pre 2.5.0 versions of CDE**
-
-Edit &lt;code&gt;locale.gen&lt;/code&gt;, usually found in &lt;code&gt;/etc&lt;/code&gt; and uncomment (remove the \# space from the start of the line) the following lines;
-
-* de_DE.ISO-8859-1
-* es_ES.ISO-8859-1
-* fr_FR.ISO-8859-1
-* it_IT.ISO-8859-1

 **2.5.0 or later versions of CDE**

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jon Trulson</dc:creator><pubDate>Sun, 21 Jul 2024 00:08:21 -0000</pubDate><guid>https://sourceforge.net89a8914ffedf862cb9036fa5b688c33b4a20a00a</guid></item><item><title>Discussion for LinuxBuild page</title><link>https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/?limit=25#915c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've cloned and compiled hyousatsu's master. It now works. Consider this ticket closed.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">orhank</dc:creator><pubDate>Sun, 29 Oct 2023 23:09:30 -0000</pubDate><guid>https://sourceforge.netfae949860ec1ae88277bb2f73c9666dbb15851ae</guid></item><item><title>Discussion for LinuxBuild page</title><link>https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/?limit=25#3f5f/bae0</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Could you create a ticket and describe the issue in detail?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">'</dc:creator><pubDate>Sun, 01 Oct 2023 13:37:44 -0000</pubDate><guid>https://sourceforge.netd73df9086c2d9d2a0e067e6b106eecf01b6ede01</guid></item><item><title>Discussion for LinuxBuild page</title><link>https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/?limit=25#3f5f</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Still not working...&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">orhank</dc:creator><pubDate>Sun, 24 Sep 2023 15:39:26 -0000</pubDate><guid>https://sourceforge.netaa46699f7ff2b982aff78d5a9c0aa0c7b933fa9d</guid></item><item><title>Discussion for LinuxBuild page</title><link>https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/?limit=25#8d66/cdb9</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I did like this. I installed Debian 12 using the netinstall iso, From the packages I only selected base, after the install, I installed &lt;code&gt;xorg, firefox-esr, mwm, alsa-utils  udisks2&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;After restarting the computer, I followed the instructions on this website. And everything compiled without problem. &lt;/p&gt;
&lt;p&gt;By the way, I would advise you to check the system language....In CDE versions 2.5.0 and later, the only required language is en_US.UTF-8. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ogis</dc:creator><pubDate>Mon, 21 Aug 2023 12:58:08 -0000</pubDate><guid>https://sourceforge.nete4a676d9780a641c61c7fffb045f47533791e4aa</guid></item><item><title>Discussion for LinuxBuild page</title><link>https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/?limit=25#8d66</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Yeah, still not working. I think there is a problem with fonts.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">orhank</dc:creator><pubDate>Sat, 19 Aug 2023 14:26:56 -0000</pubDate><guid>https://sourceforge.net6f59584352343b72b23d01f50e29741f28be64e5</guid></item><item><title>Discussion for LinuxBuild page</title><link>https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/?limit=25#6302/d040</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello.  &lt;/p&gt;
&lt;p&gt;If you followed the instructions on the wiki, CDE compiles normally. But there is another problem that I described &lt;a class="" href="https://sourceforge.net/p/cdesktopenv/wiki/Home/?limit=25#c00d/5414"&gt;here&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ogis</dc:creator><pubDate>Sat, 12 Aug 2023 12:07:43 -0000</pubDate><guid>https://sourceforge.nete75531a2ca4bd68c82d35bb2335faa8ae4cbe52b</guid></item><item><title>Discussion for LinuxBuild page</title><link>https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/?limit=25#6302</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;If you install Debian 12 without DE.  Install dependent packages.  Compile CDE.  Nothing will work.  Do not run CDE according to these instructions&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zimo</dc:creator><pubDate>Mon, 17 Jul 2023 09:27:39 -0000</pubDate><guid>https://sourceforge.netb7150dffc44d710e381f3e35b9e8cd9bc8162037</guid></item><item><title>Discussion for LinuxBuild page</title><link>https://sourceforge.net/p/cdesktopenv/wiki/LinuxBuild/?limit=25#a258</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;There are no messages.&lt;br/&gt;
/usr/dt/bin/dtlogin -daemon - nothing happens&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zimo</dc:creator><pubDate>Mon, 17 Jul 2023 09:06:20 -0000</pubDate><guid>https://sourceforge.net47757c48eb50dd0aa9a9440a2f42facf445aed42</guid></item></channel></rss>