<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: Building nedit-ng for Ubuntu 18.04</title>
	<atom:link href="http://www.okob.net/wp/index.php/2021/07/30/building-nedit-ng-for-ubuntu-1804/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.okob.net/wp/index.php/2021/07/30/building-nedit-ng-for-ubuntu-1804/</link>
	<description>Notes, ideas and general comments on anything related to high-tech.</description>
	<pubDate>Tue, 21 Apr 2026 13:11:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.x.x</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Grant Gustafson</title>
		<link>https://www.okob.net/wp/index.php/2021/07/30/building-nedit-ng-for-ubuntu-1804/comment-page-1/#comment-5683</link>
		<dc:creator>Grant Gustafson</dc:creator>
		<pubDate>Mon, 09 Jan 2023 15:52:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.okob.net/wp/?p=319#comment-5683</guid>
		<description>Ubuntu 22.10 new install requires edits to the July 2021 post. To wit:
Downloaded nedit-ng-master.zip to ~/Downloads from 
  https://github.com/eteran/nedit-ng
  
cd  ~/Downloads
unzip nedit-ng-master.zip
sudo apt-get install libboost-all-dev
sudo apt-get install qttools5-dev
sudo apt install gtk2-engines # was missing in 22.10
$ sudo apt-get install bison
 sudo apt-get install cmake

# ubuntu 22.10: not needed for new 22.10 install
   # sudo apt-get install qt5-default
   # sudo apt install qtbase5-dev qt5-qmake

cd nedit-ng/
mkdir build
cd build
cmake ../
make</description>
		<content:encoded><![CDATA[<p>Ubuntu 22.10 new install requires edits to the July 2021 post. To wit:<br />
Downloaded nedit-ng-master.zip to ~/Downloads from<br />
  <a href="https://github.com/eteran/nedit-ng" rel="nofollow">https://github.com/eteran/nedit-ng</a></p>
<p>cd  ~/Downloads<br />
unzip nedit-ng-master.zip<br />
sudo apt-get install libboost-all-dev<br />
sudo apt-get install qttools5-dev<br />
sudo apt install gtk2-engines # was missing in 22.10<br />
$ sudo apt-get install bison<br />
 sudo apt-get install cmake</p>
<p># ubuntu 22.10: not needed for new 22.10 install<br />
   # sudo apt-get install qt5-default<br />
   # sudo apt install qtbase5-dev qt5-qmake</p>
<p>cd nedit-ng/<br />
mkdir build<br />
cd build<br />
cmake ../<br />
make</p>
]]></content:encoded>
	</item>
</channel>
</rss>
