summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2000-12-02 14:45:28 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2000-12-02 14:45:28 +0000
commit9d681ae86af42ce66902f78032a32198c6534602 (patch)
tree379105dd357ea681a75e7ca1940a0844010b901f /README.dev
parent19188d96a23689c6e93a67f992a5490702ef277a (diff)
downloadlibapr-9d681ae86af42ce66902f78032a32198c6534602.tar.gz
quick readme for developers
Submitted by: Sam TH <sam@uchicago.edu> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60847 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.dev')
-rw-r--r--README.dev13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.dev b/README.dev
new file mode 100644
index 000000000..ba23429a4
--- /dev/null
+++ b/README.dev
@@ -0,0 +1,13 @@
+Apache Portable Runtime
+=======================
+
+Right now, if you are building APR, it means that you are probably a
+developer. If you are building it as a standalone package, however,
+this means using a slightly non-standard build process.
+
+1) ./buildconf
+2) ./configure
+3) make
+
+Currently, there is no make install step, as APR is not yet
+installable. \ No newline at end of file