<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.jayscafe.net/index.php?action=history&amp;feed=atom&amp;title=Compiling_CGTerm_for_Debian-based_systems</id>
	<title>Compiling CGTerm for Debian-based systems - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.jayscafe.net/index.php?action=history&amp;feed=atom&amp;title=Compiling_CGTerm_for_Debian-based_systems"/>
	<link rel="alternate" type="text/html" href="https://wiki.jayscafe.net/index.php?title=Compiling_CGTerm_for_Debian-based_systems&amp;action=history"/>
	<updated>2026-04-08T13:39:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://wiki.jayscafe.net/index.php?title=Compiling_CGTerm_for_Debian-based_systems&amp;diff=291&amp;oldid=prev</id>
		<title>Jayctheriot: Created page with &quot;&lt;pre &gt; sudo -i                                             ##become all-powerful root apt-get update                                      ##update the package list apt-get ful...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.jayscafe.net/index.php?title=Compiling_CGTerm_for_Debian-based_systems&amp;diff=291&amp;oldid=prev"/>
		<updated>2020-12-13T04:38:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pre &amp;gt; sudo -i                                             ##become all-powerful root apt-get update                                      ##update the package list apt-get ful...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre &amp;gt;&lt;br /&gt;
sudo -i                                             ##become all-powerful root&lt;br /&gt;
apt-get update                                      ##update the package list&lt;br /&gt;
apt-get full-upgrade -y                             ##update the operating system&lt;br /&gt;
apt-get install libsdl1.2-dev git build-essential   ##install the one library CGTerm needs to compile&lt;br /&gt;
cd                                                  ##&lt;br /&gt;
makedir -p sandbox/git                              ##&lt;br /&gt;
cd sandbox/git                                      ##&lt;br /&gt;
git clone https://github.com/MagerValp/CGTerm.git   ##&lt;br /&gt;
cd CGTerm                                           ##&lt;br /&gt;
make                                                ##&lt;br /&gt;
make install                                        ##&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
At this point, you can run CGTerm from a terminal. The first time CGTerm is run, it will create the default configuration file in the user's home directory. The file &amp;quot;.cgtermrc&amp;quot; is hidden. It can be edited using your favorite text editor. You can force fullscreen, 80 columns, and change the bookmarks to save effort in dialing out BBSs.&lt;/div&gt;</summary>
		<author><name>Jayctheriot</name></author>
	</entry>
</feed>