Updated readme files
[mgsmtp.git] / readme_source.txt
index b8b9650eaee2fb81f186b45e0aaed01fa4a1371c..2eae15bcec6c24d8c6feb1d2d9555936d9f5f7eb 100644 (file)
@@ -1,8 +1,11 @@
 MegaBrutal's SMTP Server (MgSMTP)
-Copyright (C) 2010-2012 MegaBrutal
+Copyright (C) 2010-2014 MegaBrutal
 
 
-This is the source code for MgSMTP version 0.9r. View the changelog to be informed about the advances made since the previous version. Versions prior to 0.9i were private, their changes were not noted.
+This is the source code for MgSMTP. View the changelog to be informed about the advances made since the previous release, and todo to get a view of the project's plans for the future. Versions prior to 0.9i were private, their changes were not noted.
+
+You can check out the program's source code with Git:
+git clone git://git.megabrutal.com/mgsmtp.git
 
 
 For source files those implement core features of MgSMTP, the GNU Affero General Public License applies:
@@ -31,13 +34,13 @@ I've used and modified the unit, "comparewild.pas", originally published by Thom
 See license.txt and license_lesser.txt, and license_gpl-2.0.txt to read the mentioned licenses.
 
 
-Compiling this source is really easy. You need the FPC (Free Pascal Compiler) installed on your computer. Supporting environmental variables (such as the compiler's directory in PATH) should be set up as well. I suggest you to use the most recent stable version of FPC to compile MgSMTP. I used 2.4.0 when released this package. To actually compile the source code, open up a command-line, and issue the following command:
+Compiling this source is really easy. You need the FPC (Free Pascal Compiler) installed on your computer. Supporting environmental variables (such as the compiler's directory in PATH) should be set up as well. If you want to compile for 64-bit architecture as well, you also need to install the i386-win32 to x86_64-win64 cross compiler package. To actually compile the source code, open up a command-line, and issue the following command:
 
-fpc MgSMTP.pas
+buildall.bat
 
-Magic happens! FPC will compile the entire source code in a few seconds. You should get an MGSMTP.EXE as a result. Please read the other README file on instructions how to install it.
+Magic happens! The batch file will compile the entire source code in a few seconds. You should get an mgsmtp.exe and an mgsmtp64.exe as a result, for Win32 and Win64 respectively.
 
 The mgsmtp_tests.zip package contains some test programs I used. If you do changes to this software, they may come handy for debugging.
 
 
-~~~ By MegaBrutal ~~~
\ No newline at end of file
+~~~ By MegaBrutal ~~~