summaryrefslogtreecommitdiff
path: root/plugins/Dbx_mmap_SA/Cryptors/Athena/How to build Athena.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dbx_mmap_SA/Cryptors/Athena/How to build Athena.txt')
-rw-r--r--plugins/Dbx_mmap_SA/Cryptors/Athena/How to build Athena.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/Dbx_mmap_SA/Cryptors/Athena/How to build Athena.txt b/plugins/Dbx_mmap_SA/Cryptors/Athena/How to build Athena.txt
new file mode 100644
index 0000000000..deae9e767c
--- /dev/null
+++ b/plugins/Dbx_mmap_SA/Cryptors/Athena/How to build Athena.txt
@@ -0,0 +1,11 @@
+1. Obtain sources from http://delphi-miranda-plugins.googlecode.com/svn/trunk with your favorite SVN client.
+
+2. Copy Athena folder to the root directory of the abovementioned sources.
+
+3. Open Command prompt, navigate to Athena folder.
+
+4. Type: "make" (without quotes) - to build 32-bit version with Delphi 5,
+ "make fpc" - to build Free Pascal 32-bit version,
+ "make fpc64" - to build Free Pascal 64-bit version,
+ "make xe2" - to build Delphi XE2 32-bit version,
+ "make xe64" - to build Delphi XE2 64-bit version. \ No newline at end of file