Added editor set up instructions to avoid problems with tabs
authordrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 6 Nov 2012 00:47:29 +0000 (00:47 +0000)
committerdrowe67 <drowe67@01035d8c-6547-0410-b346-abe4f91aad63>
Tue, 6 Nov 2012 00:47:29 +0000 (00:47 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@937 01035d8c-6547-0410-b346-abe4f91aad63

fdmdv2/README.Win32
fdmdv2/README.txt

index 71860987fce00a8a4aa1aa8eb3c741f0a4c8f0da..dc18ce55d490f2a2f2d50c68ffc70d26f53a1f31 100644 (file)
@@ -1,8 +1,11 @@
 README.Win32\r
 David Rowe 27 Oct 2012\r
 \r
-Notes on building fdmdv2 for Windows.  This is how David R did it,\r
-Dave Witten used a different approach.  Many variations are possible.\r
+Notes on building fdmdv2 for Windows\r
+------------------------------------\r
+\r
+This is how David R did it, Dave Witten used a different approach.\r
+Many variations are possible.\r
 \r
 1. Install MinGW & the mysys shell\r
    + pwd -W prints true Win32 directory\r
index 8f12fbf004f91d1d35d70360992ffb40515f844b..e061f1a9b6c0bccf3d45afa2050d058e871dfae5 100644 (file)
@@ -1,5 +1,19 @@
-This is a Subversion repository; use the 'svnadmin' tool to examine\r
-it.  Do not add, delete, or modify files here unless you know how\r
-to avoid corrupting the repository.\r
+README.txt for FDMDV2\r
+\r
+README.Win32 contains instructions for building on Windows.\r
+README.linux contains instructions for building on Linux.\r
+\r
+Editing\r
+-------\r
+\r
+Please make sure your text editor does not indert tabs, and\r
+used indents of 4 spaces.  The following .emacs code was used to\r
+configure emacs:\r
+\r
+(setq-default indent-tabs-mode nil)\r
+\r
+(add-hook 'c-mode-common-hook\r
+          (function (lambda ()\r
+                      (setq c-basic-offset 4)\r
+                      )))\r
 \r
-Visit http://subversion.apache.org/ for more information.\r