Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
printz

Eureka, a New Version

Recommended Posts

The cross-platform Doom editor Eureka has made a new release, version 1.11. Now it features generalized Boom specials, Hexen editing, Eternity configuration, rendering of flats/lights in 2D mode, line autosplit when drawing, and many others. See its project homepage as well as its initial Doomworld forum thread for a complete list of updates.

Share this post


Link to post

Download sources and extract them into a folder

In command line type:

sudo apt-get install libfltk1.3-dev

followed by

make

Now you will have an executable for the Pi! :)

Share this post


Link to post
Breeder said:

Ditto! One for the Pi also. :)


Unfortunately there is a bug where the mouse cursor disappears. I assume it's an X error.

Share this post


Link to post

I have not noticed that bug yet... but I have been busy testing Crispy DOOM and am just getting back to this.

After rebooting, Eureka stopped working. I re-installed Raspian (I was that desperate) and got these errors when trying to compile the sources.

/usr/bin/ld: cannot find -lXft
/usr/bin/ld: cannot find -lfontconfig
/usr/bin/ld: cannot find -lXinerama

I corrected it via:

sudo apt-get install libfontconfig-dev
sudo apt-get install libxft-dev
sudo apt-get install libxinerama-dev

Share this post


Link to post

I have added "libfontconfig-dev" to INSTALL.txt : to the list of packages which may be needed for FLTK.

libxft-dev and libxinerama-dev were already mentioned in that document.

Share this post


Link to post
×