Page MenuHomePhabricator (Chris)

No OneTemporary

Authored By
Unknown
Size
857 B
Referenced Files
None
Subscribers
None
diff --git a/docs/Compiling.txt b/docs/Compiling.txt
new file mode 100644
index 0000000..008a170
--- /dev/null
+++ b/docs/Compiling.txt
@@ -0,0 +1,32 @@
+== Compiling on Linux ==
+
+You will need the following packages (and their -dev(el) files) to be installed:
+
+ * libSDL
+ * libSDL_image
+ * libSDL_ttf
+ * libSDL_mixer
+ * libSDL_gfx
+ * libcurl
+ * libarchive
+ * cmake
+ * C++ compiler (found in packages like g++, gcc-c++, gcc)
+
+The process is simple. Enter a terminal and move to directory containing
+MeAndMyShadow. Then just type
+
+ cmake .
+
+to generate the Makefile. If everything configured properly you don't see any
+errors and then you can start compiling by typing
+
+ make
+
+Finally you can run MeAndMyShadow with
+
+ ./meandmyshadow
+
+To install MeAndMyShadow on your system, run following as root
+
+ make install
+

File Metadata

Mime Type
text/x-diff
Expires
Tue, Jun 16, 12:19 AM (2 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
70403
Default Alt Text
(857 B)

Event Timeline