summaryrefslogtreecommitdiff
path: root/README.dev
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-12-02 14:45:28 +0000
committerGreg Stein <gstein@apache.org>2000-12-02 14:45:28 +0000
commitd09715cc0d66fdf2a4a4d414f9452d2cb3cf0b61 (patch)
tree379105dd357ea681a75e7ca1940a0844010b901f /README.dev
parentf206f5fb2f7f88ea9a749efb69aef01c3aa16069 (diff)
downloadapr-d09715cc0d66fdf2a4a4d414f9452d2cb3cf0b61.tar.gz
quick readme for developers
Submitted by: Sam TH <sam@uchicago.edu> git-svn-id: https://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