From 9b2c071cb52ee49e5b76dded12ef442f09dcba34 Mon Sep 17 00:00:00 2001
From: Petr Mrázek
Date: Wed, 2 Mar 2011 09:17:51 +0100
Subject: Updated Compile (removed mention of the SHM stuff)
---
Compile.html | 11 -----------
1 file changed, 11 deletions(-)
(limited to 'Compile.html')
diff --git a/Compile.html b/Compile.html
index d7bb44ce..b4a252cc 100644
--- a/Compile.html
+++ b/Compile.html
@@ -330,7 +330,6 @@ ul.auto-toc {
Build targets
Build types
-Building the shared memory hook library (SHM)
@@ -369,7 +368,6 @@ make install
executables to $CMAKE_INSTALL_PREFIX/bin
The Memory.xml file to /usr/share/dfhack
-
See the section on the shared memory hook library (SHM).
@@ -457,15 +455,6 @@ cmake .. -DCMAKE_BUILD_TYPE:string=BUILD_TYPE
'RelWithDebInfo'. There are others, but they aren't really that useful.
Have fun.
-
-
-
Unlike the rest of DFHack, The SHM needs special treatment when it
-comes to compilation. Because it shares the memory space with DF
-itself, it has to be built with the same tools as DF and use the same C
-and C++/STL libraries.
-
For DF 31.01 - 31.12 on Windows, use MSVC 2008. You can get the Express
-edition for free from Microsoft.
-