From 6d45c4945f7467471c8f17603e4161ce0881207b Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Tue, 23 Jul 2019 06:28:16 +0200 Subject: [PATCH] cleanup: move old stuff to oldstuff/ also move in the old COMPILING file that was deleted in 8ac6cfa We may decide later what to do with them --- .patchsets => oldstuff/.patchsets | 0 oldstuff/COMPILING | 95 +++++++++++++++++++ CONTRIBUTORS => oldstuff/CONTRIBUTORS | 0 ChangeLog => oldstuff/ChangeLog | 0 .../ChangeLog.idsoftware | 0 DoxyConfig => oldstuff/DoxyConfig | 0 Doxyfile => oldstuff/Doxyfile | 0 branch-manager => oldstuff/branch-manager | 0 conftest.cpp => oldstuff/conftest.cpp | 0 .../cross-Makefile.conf | 0 generic_cpp.py => oldstuff/generic_cpp.py | 0 generic_h.py => oldstuff/generic_h.py | 0 .../generic_module.py | 0 .../install-dlls-fedora.sh | 0 install-dlls.sh => oldstuff/install-dlls.sh | 0 .../install-dylibs.sh | 0 .../merge-from-zerowing.sh | 0 .../mingw-Makefile.conf | 0 .../mingw-Makefile.inc | 0 .../mingw-fedora-Makefile.conf | 0 .../mingw-radiantdeps-Makefile.inc | 0 uncrustify.cfg => oldstuff/uncrustify.cfg | 0 22 files changed, 95 insertions(+) rename .patchsets => oldstuff/.patchsets (100%) create mode 100644 oldstuff/COMPILING rename CONTRIBUTORS => oldstuff/CONTRIBUTORS (100%) rename ChangeLog => oldstuff/ChangeLog (100%) rename ChangeLog.idsoftware => oldstuff/ChangeLog.idsoftware (100%) rename DoxyConfig => oldstuff/DoxyConfig (100%) rename Doxyfile => oldstuff/Doxyfile (100%) rename branch-manager => oldstuff/branch-manager (100%) rename conftest.cpp => oldstuff/conftest.cpp (100%) rename cross-Makefile.conf => oldstuff/cross-Makefile.conf (100%) rename generic_cpp.py => oldstuff/generic_cpp.py (100%) rename generic_h.py => oldstuff/generic_h.py (100%) rename generic_module.py => oldstuff/generic_module.py (100%) rename install-dlls-fedora.sh => oldstuff/install-dlls-fedora.sh (100%) rename install-dlls.sh => oldstuff/install-dlls.sh (100%) rename install-dylibs.sh => oldstuff/install-dylibs.sh (100%) rename merge-from-zerowing.sh => oldstuff/merge-from-zerowing.sh (100%) rename mingw-Makefile.conf => oldstuff/mingw-Makefile.conf (100%) rename mingw-Makefile.inc => oldstuff/mingw-Makefile.inc (100%) rename mingw-fedora-Makefile.conf => oldstuff/mingw-fedora-Makefile.conf (100%) rename mingw-radiantdeps-Makefile.inc => oldstuff/mingw-radiantdeps-Makefile.inc (100%) rename uncrustify.cfg => oldstuff/uncrustify.cfg (100%) diff --git a/.patchsets b/oldstuff/.patchsets similarity index 100% rename from .patchsets rename to oldstuff/.patchsets diff --git a/oldstuff/COMPILING b/oldstuff/COMPILING new file mode 100644 index 00000000..29a707c5 --- /dev/null +++ b/oldstuff/COMPILING @@ -0,0 +1,95 @@ + +developer documentation for NetRadiant +====================================== + +(NOTE: outdated stuff has been ROT13ed) + +getting the source +================== + +The latest source is available from the git repository. + git://git.icculus.org/divverent/netradiant.git + +The git client can be obtained from the Subversion site. + http://git-scm.org + +To get a copy of the source using the commandline git client: + Change the current directory to the desired location for the source. + git clone git://git.icculus.org/divverent/netradiant.git + cd netradiant + + + +Linux(using X-windows) +====================== + +environment: +- gcc >= version 3.1 (preferably) +- GNU make +- svn >= 1.1 (some build steps use svn) + +dependencies: +- gtk+ >= 2.4.0 (requires glib, atk, pango, iconv, etc) +- gtkglext >= 1.0.0 (requires opengl) +- libxml2 >= 2.0.0 +- zlib >= 1.2.0 (for archivezip module) +- libpng >= 1.2.0 (for imagepng module) + +build: +run 'make' + +run: +Execute 'install/radiant.x86' + +OSX(using X-windows) +==================== + +environment: +- OS X 10.5 or 10.6 +- Xcode developer tools installed (OSX DVD) +- X11 (from the OS X DVD) +- MacPorts or fink or homebrew installed +- the following packages installed: + Macports: + gtkglext pkgconfig glib2-devel libxml2 gtk2 pango atk gettext wget + Fink: + gtkglext1 pkgconfig glib2-dev libxml2 gtk+2 gtk+2-dev pango1-xft2-ft219-dev atk1 gettext-dev wget + homebrew: + gtk+ gtkglext + +build: +run 'make' + +homebrew build: +run 'export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig +make' + +run: +Switch into the install folder, and run NetRadiant.app + +Win32 (2000, XP, Vista or Windows 7) +================== + +environment: +- MinGW (http://www.mingw.org/wiki/Getting_Started) + Install this to c:\mingw, and select the components C compiler, C++ compiler + and MSYS Basic System +- Start the MSYS shell once, then exit it +- Prepackaged Radiant dependencies (Gtk and other stuff): + http://www.icculus.org/netradiant/files/netradiant-dependencies-mingw32-20101211-7z.exe + Extract this one to + c:\mingw\msys\1.0\home\username + (if you do this with 7zip, keep the "netradiant-dependencies-mingw32" folder + name of the contents) +- now download the source from the MSYS shell, if you don't already have it: + ~/netradiant-dependencies-mingw32/util/bin/git clone git://git.icculus.org/divverent/netradiant.git + +build: +- Start the MSYS shell +- Switch to the directory with NetRadiant source +- make MAKEFILE_CONF=mingw-Makefile.conf + +run: +- in the "install" directory, double click netradiant.exe +- if you get a DLL not found error, copy the DLL from either c:\mingw\bin or + from c:\mingw\msys\1.0\bin to the "install" directory diff --git a/CONTRIBUTORS b/oldstuff/CONTRIBUTORS similarity index 100% rename from CONTRIBUTORS rename to oldstuff/CONTRIBUTORS diff --git a/ChangeLog b/oldstuff/ChangeLog similarity index 100% rename from ChangeLog rename to oldstuff/ChangeLog diff --git a/ChangeLog.idsoftware b/oldstuff/ChangeLog.idsoftware similarity index 100% rename from ChangeLog.idsoftware rename to oldstuff/ChangeLog.idsoftware diff --git a/DoxyConfig b/oldstuff/DoxyConfig similarity index 100% rename from DoxyConfig rename to oldstuff/DoxyConfig diff --git a/Doxyfile b/oldstuff/Doxyfile similarity index 100% rename from Doxyfile rename to oldstuff/Doxyfile diff --git a/branch-manager b/oldstuff/branch-manager similarity index 100% rename from branch-manager rename to oldstuff/branch-manager diff --git a/conftest.cpp b/oldstuff/conftest.cpp similarity index 100% rename from conftest.cpp rename to oldstuff/conftest.cpp diff --git a/cross-Makefile.conf b/oldstuff/cross-Makefile.conf similarity index 100% rename from cross-Makefile.conf rename to oldstuff/cross-Makefile.conf diff --git a/generic_cpp.py b/oldstuff/generic_cpp.py similarity index 100% rename from generic_cpp.py rename to oldstuff/generic_cpp.py diff --git a/generic_h.py b/oldstuff/generic_h.py similarity index 100% rename from generic_h.py rename to oldstuff/generic_h.py diff --git a/generic_module.py b/oldstuff/generic_module.py similarity index 100% rename from generic_module.py rename to oldstuff/generic_module.py diff --git a/install-dlls-fedora.sh b/oldstuff/install-dlls-fedora.sh similarity index 100% rename from install-dlls-fedora.sh rename to oldstuff/install-dlls-fedora.sh diff --git a/install-dlls.sh b/oldstuff/install-dlls.sh similarity index 100% rename from install-dlls.sh rename to oldstuff/install-dlls.sh diff --git a/install-dylibs.sh b/oldstuff/install-dylibs.sh similarity index 100% rename from install-dylibs.sh rename to oldstuff/install-dylibs.sh diff --git a/merge-from-zerowing.sh b/oldstuff/merge-from-zerowing.sh similarity index 100% rename from merge-from-zerowing.sh rename to oldstuff/merge-from-zerowing.sh diff --git a/mingw-Makefile.conf b/oldstuff/mingw-Makefile.conf similarity index 100% rename from mingw-Makefile.conf rename to oldstuff/mingw-Makefile.conf diff --git a/mingw-Makefile.inc b/oldstuff/mingw-Makefile.inc similarity index 100% rename from mingw-Makefile.inc rename to oldstuff/mingw-Makefile.inc diff --git a/mingw-fedora-Makefile.conf b/oldstuff/mingw-fedora-Makefile.conf similarity index 100% rename from mingw-fedora-Makefile.conf rename to oldstuff/mingw-fedora-Makefile.conf diff --git a/mingw-radiantdeps-Makefile.inc b/oldstuff/mingw-radiantdeps-Makefile.inc similarity index 100% rename from mingw-radiantdeps-Makefile.inc rename to oldstuff/mingw-radiantdeps-Makefile.inc diff --git a/uncrustify.cfg b/oldstuff/uncrustify.cfg similarity index 100% rename from uncrustify.cfg rename to oldstuff/uncrustify.cfg -- 2.39.2