From 631a23dc49b3f70116605840e65e5c5a9e3ea005 Mon Sep 17 00:00:00 2001 From: drowe67 Date: Tue, 6 Nov 2012 00:47:29 +0000 Subject: [PATCH] Added editor set up instructions to avoid problems with tabs git-svn-id: https://svn.code.sf.net/p/freetel/code@937 01035d8c-6547-0410-b346-abe4f91aad63 --- fdmdv2/README.Win32 | 7 +++++-- fdmdv2/README.txt | 22 ++++++++++++++++++---- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/fdmdv2/README.Win32 b/fdmdv2/README.Win32 index 71860987..dc18ce55 100644 --- a/fdmdv2/README.Win32 +++ b/fdmdv2/README.Win32 @@ -1,8 +1,11 @@ README.Win32 David Rowe 27 Oct 2012 -Notes on building fdmdv2 for Windows. This is how David R did it, -Dave Witten used a different approach. Many variations are possible. +Notes on building fdmdv2 for Windows +------------------------------------ + +This is how David R did it, Dave Witten used a different approach. +Many variations are possible. 1. Install MinGW & the mysys shell + pwd -W prints true Win32 directory diff --git a/fdmdv2/README.txt b/fdmdv2/README.txt index 8f12fbf0..e061f1a9 100644 --- a/fdmdv2/README.txt +++ b/fdmdv2/README.txt @@ -1,5 +1,19 @@ -This is a Subversion repository; use the 'svnadmin' tool to examine -it. Do not add, delete, or modify files here unless you know how -to avoid corrupting the repository. +README.txt for FDMDV2 + +README.Win32 contains instructions for building on Windows. +README.linux contains instructions for building on Linux. + +Editing +------- + +Please make sure your text editor does not indert tabs, and +used indents of 4 spaces. The following .emacs code was used to +configure emacs: + +(setq-default indent-tabs-mode nil) + +(add-hook 'c-mode-common-hook + (function (lambda () + (setq c-basic-offset 4) + ))) -Visit http://subversion.apache.org/ for more information. -- 2.25.1