From 2d9e4a7f8ccb4578495a067f82cb6e281047c169 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 5 Mar 2006 11:54:33 +0000 Subject: Added few more words git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@285 74dad513-b988-da41-8d7b-12977e46ad98 --- README.txt | 6 ++++++ build.mak.txt | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.txt b/README.txt index d9c9d91e..646021e7 100644 --- a/README.txt +++ b/README.txt @@ -3,3 +3,9 @@ COPYING in this directory. For alternative licensing, please contact the copyright holder. See INSTALL.txt for compiling. + +IMPORTANT: +You need to set your editor settings to tab=8 and indent=4. For example, +with vim, you can do this with: + :se ts=8 + :se sts=4 diff --git a/build.mak.txt b/build.mak.txt index 93c30ec1..656d2b4f 100644 --- a/build.mak.txt +++ b/build.mak.txt @@ -1,3 +1,9 @@ +# +# This file contains all possible values for the build.mak. Select +# the appropriate settings, and put it in build.mak. +# +# (Just in case "./configure" fails to detect the appropriate values). +# # Build configurations: # # MACHINE_NAME values: -- cgit v1.2.3