From ffdfecb6827aeaa3e2001003708c044ff6e2b364 Mon Sep 17 00:00:00 2001 From: "Frank Singleton, VK3FCS" Date: Tue, 18 Jul 2000 21:26:14 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@6 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- README.developer | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.developer b/README.developer index 2bd46b25c..e21f2f6bf 100644 --- a/README.developer +++ b/README.developer @@ -3,6 +3,24 @@ hamlib - (C) Frank Singleton 2000 (vk3fcs@ix.netcom.com) General Guidelines. ------------------- +0. The top level directory looks like thus. + +|-- RCS +|-- ft1000 +|-- ft1000d +|-- ft747 +| |-- RCS +| |-- include +| |-- lib +| `-- test +| `-- RCS +|-- ft840 +|-- ft847 +|-- ft920 +|-- ts570d +|-- ts870s +`-- ts950 + 1.Every new shared lib should be created autonomously within its own directory. eg ft747/ for libft747.so