Nedit Extension: http://sourceforge.net/projects/nedit/ * Install extensions: motif motif-dev Xorg-7.7-lib-dev perl5 compiletc squashfs-tools * edit makefiles/Makefile.linux to add "-mtune=generic -Os -pipe" to CFLAGS= line. * export CFLAGS="-mtune=generic -Os -pipe" CXXFLAGS="-mtune=generic -Os -pipe" LDFLAGS="-Wl,-O1" * make linux * make docs NEdit 5.7 Jan 14, 2017 Built on: Linux, x86-64, GNU C Built at: Feb 18 2022, 22:50:28 With Motif: (Untested) 2.3.8 [@(#)Motif Version 2.3.8] Running Motif: 2.3 [unknown] Server: freedesktop.org 6600 Visual: 24-bit TrueColor (ID 0x21, Default) Locale: C * No "make install", copy binaries "nedit" and "nc" from "source" directory (rename "nc" to "ncl" to avoid clash with netcat) to usr/local/bin. * copy man pages in "doc" nedit.man and nc.man (rename to ncl.man) to usr/local/man/man1/ in doc extension. * * In each dir. run "find usr -not -type d > ../program_name.tcz.list". * Make into extensions using mksquashfs. "mksquashfs nedit nedit.tcz * "md5sum nedit.tcz > nedit.tcz.md5.txt" etc... * Make nedit.tcz.dep: motif.tcz dejavu-fonts-ttf.tcz All ldd entries are satisfied with motif as the only dep, however get "floating point exception" when I try to run it on a base system with only motif.tcz + nedit.tcz. Loading dillo.tcz fixes it. Checked deps - dejavu-fonts-ttf is the one that it needs. * Copy nedit.tcz (+ dep, md5) to "tce/optional". * tce-load -i nedit * nedit &