unixwork / xnedit

A fast and classic X11 text editor, based on NEdit, with full unicode support and antialiased text rendering.
Other
82 stars 12 forks source link

make install error #124

Closed DMGPage closed 1 year ago

DMGPage commented 1 year ago

When I run "make install" I get this error:

(cd util; \ make -f Makefile.source/xnedit libNUtil.a) make[1]: Entering directory '/home/dmgpage/Software/xnedit-1.5.1/util' make[1]: Makefile.source/xnedit: No such file or directory make[1]: *** No rule to make target 'Makefile.source/xnedit'. Stop. make[1]: Leaving directory '/home/dmgpage/Software/xnedit-1.5.1/util' make: *** [Makefile:28: source/xnedit] Error 2

Also I can't find "xnedit" file in github or my zip file. I'm using Pop!_OS 22.04 LTS

unixwork commented 1 year ago

You have to compile xnedit first with make linux

After that you should have a xnedit and a xnc binary in the source folder and you could install the binaries with make install.

DMGPage commented 1 year ago

You have to compile xnedit first with make linux

After that you should have a xnedit and a xnc binary in the source folder and you could install the binaries with make install.

Okay, now it's working. Thanks!