<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Compiling</title><link>https://sourceforge.net/p/linfbb/wiki/Compiling/</link><description>Recent changes to Compiling</description><atom:link href="https://sourceforge.net/p/linfbb/wiki/Compiling/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 15 Nov 2022 14:04:06 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/linfbb/wiki/Compiling/feed" rel="self" type="application/rss+xml"/><item><title>Compiling modified by Dave van der Locht</title><link>https://sourceforge.net/p/linfbb/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -4,15 +4,16 @@
 This means you either need to:

 * install libax25-dev (or equivalent) package through your package manager
-* download, compile, and install libax25 from source from &amp;lt;http: www.linux-ax25.org=""&amp;gt;
-* download. compile, and install libax25 from source from &amp;lt;https: github.com="" ve7fet="" linuxax25=""&amp;gt; (unofficial suite).
-
+* download, compile, and install libax25 from source from https://linux-ax25.in-berlin.de (official suite)
+* download. compile, and install libax25 from source from https://github.com/ve7fet/linuxax25 (unofficial suite).

 If you want ncurses support in the console program, you need to:

 * install libcurses5-dev (or equivalent) package through your package manager

-If you want the X11 utilities to be built, you need to:
+**LinFBB's X11 support has been stopped and the X11 utilities will be removed from LinFBB**
+This is because the utilities were a preliminary project of F6FBB and currently heavily depricated. They will be replaced by a cross-plaform graphical user interface.
+If you despite want the X11 utilities to be built, you need to:

 * install libx11-dev (or equivalent) package through your package manager
 * install libxt-dev (or equivalent) package through your package manager
&amp;lt;/https:&amp;gt;&amp;lt;/http:&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave van der Locht</dc:creator><pubDate>Tue, 15 Nov 2022 14:04:06 -0000</pubDate><guid>https://sourceforge.net8d44f6b2547830ef4c4ec6ed993fa699ee10cfbe</guid></item><item><title>Compiling modified by Dave van der Locht</title><link>https://sourceforge.net/p/linfbb/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -3,9 +3,10 @@

 This means you either need to:

+* install libax25-dev (or equivalent) package through your package manager
 * download, compile, and install libax25 from source from &amp;lt;http: www.linux-ax25.org=""&amp;gt;
-* install libax25-dev (or equivalent) package through your package manager
-* download and install libax25 and libax25-dev from &amp;lt;http: linuxax25.googlecode.com=""&amp;gt;
+* download. compile, and install libax25 from source from &amp;lt;https: github.com="" linuxax25="" ve7fet=""&amp;gt; (unofficial suite).
+

 If you want ncurses support in the console program, you need to:

&amp;lt;/https:&amp;gt;&amp;lt;/http:&amp;gt;&amp;lt;/http:&amp;gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dave van der Locht</dc:creator><pubDate>Mon, 02 Nov 2020 15:52:58 -0000</pubDate><guid>https://sourceforge.net98e2d4b582c8160b4938308526cef804fc6706ca</guid></item><item><title>Compiling modified by ve7fet</title><link>https://sourceforge.net/p/linfbb/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,20 +1,26 @@
+#Prerequisite Packages#
 In order to compile the Linfbb source you will, at a minimum, require the headers from libax25 to be installed.

 This means you either need to:
-    - download, compile, and install libax25 from source from &amp;lt;http: www.linux-ax25.org=""&amp;gt;
-    - install libax25-dev (or equivalent) package through your package manager
-    - download and install libax25 and libax25-dev from &amp;lt;http: linuxax25.googlecode.com=""&amp;gt;
+
+* download, compile, and install libax25 from source from &amp;lt;http: www.linux-ax25.org=""&amp;gt;
+* install libax25-dev (or equivalent) package through your package manager
+* download and install libax25 and libax25-dev from &amp;lt;http: linuxax25.googlecode.com=""&amp;gt;

 If you want ncurses support in the console program, you need to:
-    - install libcurses5-dev (or equivalent) package through your package manager
+
+* install libcurses5-dev (or equivalent) package through your package manager

 If you want the X11 utilities to be built, you need to:
-    - install libx11-dev (or equivalent) package through your package manager
-    - install libxt-dev (or equivalent) package through your package manager
-    - install libxext-dev (or equivalent) package through your package manager
-    - install libxpm-dev (or equivalent) package through your package manager
-    - install lesstif2-dev OR libmotif-dev (or equivalent) package through your package manager

+* install libx11-dev (or equivalent) package through your package manager
+* install libxt-dev (or equivalent) package through your package manager
+* install libxext-dev (or equivalent) package through your package manager
+* install libxpm-dev (or equivalent) package through your package manager
+* install lesstif2-dev OR libmotif-dev (or equivalent) package through your package manager
+
+
+#Configure Options#
 The `./configure` script will look for these different software packages. It will fail if libax25 headers are missing (they are mandatory). If ncurses support is missing, it will build the console utilities without ncurses support (no "fancy" text graphics). If any of the X11 related libraries are missing, it will skip building the X11 utilities all together.

 The `./configure` script understands a couple special options (you can run `./configure --help` for a full list). If you DO have all of the X11 libraries installed, and you DO NOT want to build the X11 utilities, you can run `./configure --disable-x-utils` to skip building those binaries. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ve7fet</dc:creator><pubDate>Thu, 22 Jan 2015 18:11:56 -0000</pubDate><guid>https://sourceforge.netc6ba49831f41342250db79b390be9606d486a5c1</guid></item><item><title>Compiling modified by ve7fet</title><link>https://sourceforge.net/p/linfbb/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,20 +1,20 @@
 In order to compile the Linfbb source you will, at a minimum, require the headers from libax25 to be installed.

 This means you either need to:
-        - download, compile, and install libax25 from source from &amp;lt;http: www.linux-ax25.org=""&amp;gt;
-        - install libax25-dev (or equivalent) package through your package manager
-        - download and install libax25 and libax25-dev from &amp;lt;http: linuxax25.googlecode.com=""&amp;gt;
+    - download, compile, and install libax25 from source from &amp;lt;http: www.linux-ax25.org=""&amp;gt;
+    - install libax25-dev (or equivalent) package through your package manager
+    - download and install libax25 and libax25-dev from &amp;lt;http: linuxax25.googlecode.com=""&amp;gt;

 If you want ncurses support in the console program, you need to:
-        - install libcurses5-dev (or equivalent) package through your package manager
+    - install libcurses5-dev (or equivalent) package through your package manager

 If you want the X11 utilities to be built, you need to:
-        - install libx11-dev (or equivalent) package through your package manager
-        - install libxt-dev (or equivalent) package through your package manager
-        - install libxext-dev (or equivalent) package through your package manager
-        - install libxpm-dev (or equivalent) package through your package manager
-        - install lesstif2-dev OR libmotif-dev (or equivalent) package through your package manager
+    - install libx11-dev (or equivalent) package through your package manager
+    - install libxt-dev (or equivalent) package through your package manager
+    - install libxext-dev (or equivalent) package through your package manager
+    - install libxpm-dev (or equivalent) package through your package manager
+    - install lesstif2-dev OR libmotif-dev (or equivalent) package through your package manager

-The ./configure script will look for these different software packages. It will fail if libax25 headers are missing (they are mandatory). If ncurses support is missing, it will build the console utilities without ncurses support (no "fancy" text graphics). If any of the X11 related libraries are missing, it will skip building the X11 utilities all together.
+The `./configure` script will look for these different software packages. It will fail if libax25 headers are missing (they are mandatory). If ncurses support is missing, it will build the console utilities without ncurses support (no "fancy" text graphics). If any of the X11 related libraries are missing, it will skip building the X11 utilities all together.

-The ./configure script understands a couple special options (you can run `./configure --help` for a full list). If you DO have all of the X11 libraries installed, and you DO NOT want to build the X11 utilities, you can run `./configure --disable-x-utils` to skip building those binaries. 
+The `./configure` script understands a couple special options (you can run `./configure --help` for a full list). If you DO have all of the X11 libraries installed, and you DO NOT want to build the X11 utilities, you can run `./configure --disable-x-utils` to skip building those binaries. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ve7fet</dc:creator><pubDate>Thu, 22 Jan 2015 17:58:28 -0000</pubDate><guid>https://sourceforge.net47d77f26bce5afc6e50ec8e2bed5014815c56161</guid></item><item><title>Compiling modified by ve7fet</title><link>https://sourceforge.net/p/linfbb/wiki/Compiling/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;In order to compile the Linfbb source you will, at a minimum, require the headers from libax25 to be installed.&lt;/p&gt;
&lt;p&gt;This means you either need to:&lt;br /&gt;
        - download, compile, and install libax25 from source from &lt;a href="http://www.linux-ax25.org" rel="nofollow"&gt;http://www.linux-ax25.org&lt;/a&gt;&lt;br /&gt;
        - install libax25-dev (or equivalent) package through your package manager&lt;br /&gt;
        - download and install libax25 and libax25-dev from &lt;a href="http://linuxax25.googlecode.com" rel="nofollow"&gt;http://linuxax25.googlecode.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you want ncurses support in the console program, you need to:&lt;br /&gt;
        - install libcurses5-dev (or equivalent) package through your package manager&lt;/p&gt;
&lt;p&gt;If you want the X11 utilities to be built, you need to:&lt;br /&gt;
        - install libx11-dev (or equivalent) package through your package manager&lt;br /&gt;
        - install libxt-dev (or equivalent) package through your package manager&lt;br /&gt;
        - install libxext-dev (or equivalent) package through your package manager&lt;br /&gt;
        - install libxpm-dev (or equivalent) package through your package manager&lt;br /&gt;
        - install lesstif2-dev OR libmotif-dev (or equivalent) package through your package manager&lt;/p&gt;
&lt;p&gt;The ./configure script will look for these different software packages. It will fail if libax25 headers are missing (they are mandatory). If ncurses support is missing, it will build the console utilities without ncurses support (no "fancy" text graphics). If any of the X11 related libraries are missing, it will skip building the X11 utilities all together.&lt;/p&gt;
&lt;p&gt;The ./configure script understands a couple special options (you can run &lt;code&gt;./configure --help&lt;/code&gt; for a full list). If you DO have all of the X11 libraries installed, and you DO NOT want to build the X11 utilities, you can run &lt;code&gt;./configure --disable-x-utils&lt;/code&gt; to skip building those binaries. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">ve7fet</dc:creator><pubDate>Thu, 22 Jan 2015 17:38:50 -0000</pubDate><guid>https://sourceforge.net7f7403986ce2141af2c441c5633c45fbadeb463e</guid></item></channel></rss>