diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-30 08:36:59 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2009-11-30 08:36:59 +0000 |
commit | 0b9d0491fe4fb19c8d2f269c805d0b022ca157f4 (patch) | |
tree | 4c7a7cc35ad96f6a412eca9a1089ed0120ad2039 /sca-cpp/trunk/README | |
parent | ff124040623879bc48a0ba5cf06a841642adef53 (diff) |
More build improvements, added a configure option to turn on debugging and profiling, fixed compile and link options to support multithreading where applicable, moved non-building tools to contrib, and adjusted the top readmes and build instructions.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885350 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/README')
-rw-r--r-- | sca-cpp/trunk/README | 47 |
1 files changed, 43 insertions, 4 deletions
diff --git a/sca-cpp/trunk/README b/sca-cpp/trunk/README index 3bc9272d49..dc449f9c5d 100644 --- a/sca-cpp/trunk/README +++ b/sca-cpp/trunk/README @@ -1,8 +1,8 @@ Apache Tuscany SCA Runtime ========================== -Getting the code -================ +Getting the source code +======================= To checkout the source code with commit access, do this: git svn init -s https://svn.apache.org/repos/asf/tuscany/sca-cpp tuscany-sca-cpp @@ -19,16 +19,55 @@ or svn checkout http://svn.apache.org/repos/asf/tuscany/sca-cpp tuscany-sca-cpp +Layout +====== + +Here's a rough guide to the Tuscany SCA source tree: + + / + |-- trunk Master development branch + | | + | |-- kernel SCA runtime kernel + | | + | |-- modules Modules that plug into the runtime + | | |-- atom AtomPub encoding support + | | |-- json JSON-RPC encoding support + | | |-- http HTTP protocol support + | | |-- eval Scheme script evaluator + | | |-- server HTTPD server integration + | | + | |-- components Useful SCA components + | | |-- cache Memcached-based cache component + | | |-- store Persistent store component + | | + | |-- test Integration tests + | | + | |-- samples Sample Applications + | | + | |-- contrib Various contributions to the project + | + |-- branches Topic and release branches + | + |-- tags Release tags + + +Building +======== + +See the INSTALL file. + + Contributing to the project =========================== -To contribute to the project or report issues see the mailing list: +To contribute to the project or report issues see the Tuscany development +mailing list: dev@tuscany.apache.org Archives: http://www.mail-archive.com/dev@tuscany.apache.org http://marc.info/?l=tuscany-dev -To subscribe: +To subscribe send an email to: dev-subscribe@tuscany.apache.org |