Anything on github?
The original Id software release is there, but no dos version because of a sound library issue. (Why not release dos source without sound?
This is still under development, try it out:
https://sourceforge.net/projects/prboom-plus/
Where can I checkout the source code? Don't want a tar.gz.
http://www.doomarchive.com/download.asp?FileId=5583 and probably elsewhere.
Slade
building from source
building stable branch
http://slade.mancubus.net/index.php?page=wiki&wikipage=Ubuntu-Step-by-Step-Compilation
Ubuntu 16.04
Clean and re-cmake, now it works.
Ubuntu 14.04
building master branch on Ubuntu 14.04
Was able to do this shortly before discovering I should be using the stable branch, which does compile on the version of gcc that comes with 14.04- c++14 is needed to build master without all the changes outlined below I had to make.
need wxwidgets, fluidsynth
Can't get libjack-dev for fluidsynth
The following packages have unmet dependencies:
Have to remove
libasound2-plugins:i386 libjack-jackd2-0 libjack-jackd2-0:i386
Try earlier 2.8 wxwidgets?
Nope
https://ubuntuforums.org/archive/index.php/t-1853849.html
sudo apt-get install libwxgtk3.0-dev
(need to delete the build dir and redo cmake ../SLADE)
Delete c++14 from
but then
instead
Better go back to CMakeLists.txt isntead of editing output files:
But that doesn't fix enum issue.
Still no make_unique in 1y
https://stackoverflow.com/questions/24609271/errormake-unique-is-not-a-member-of-std
Put this in ../SLADE/src/Application/Main.h
Just make that
#if 0
Disable
USE_WEBVIEW_STARTPAGE
context_{context},
->context_(context),
also in Edit/ObjectEdit.cpp, Input.cpp, MoveObjects.cpp, Edit2D.cpp, Edit3D.cpp, ItemSelection.cpp, MapCanvas.cpp
sudo apt-get install libwxgtk-media3.0-dev
And it is finished... but there is a stable branch that maybe could avoid all this:
Map Editing
using shareware doom1.wad
need a bsp compiler? Not for zdoom