diff --git a/readme.txt b/readme.txt
index 7a33a55d66789d9dcd78065e403cd3fb3627b5ca..aa25ef0f523bb9578c1fd168681cb14ff08cc727 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,4 @@
-Here it is! SRB2 v2.1.2 source code!
+Here it is! SRB2 v2.1.4 source code!
 
 
 Win32 with Visual C (6SP6+Processor Pack OR 7)
@@ -58,6 +58,10 @@ Build instructions:
 
 make -C src LINUX=1
 
+Build instructions (64 bit):
+
+make -C src LINUX64=1
+
 Build instructions to build for Wii Linux/SRB2Wii on a PowerPC system,
 follow cross-compiling instructions for cross-compiling on a x86 system: