summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2016-10-19 07:50:28 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2016-10-31 13:46:41 -0500
commit73b776bd8cc603bdebab4b76b25a19fa9e2a5f39 (patch)
tree0773171d37a8c269e20fccd34b5ce753e8a750cb /README.md
parentc35cad29e87aa54fcc64a63b7bcfa8414127ac9c (diff)
downloadphosphor-inventory-manager-73b776bd8cc603bdebab4b76b25a19fa9e2a5f39.tar.gz
phosphor-inventory-manager-73b776bd8cc603bdebab4b76b25a19fa9e2a5f39.zip
Application stub and build rules
Create a basic autoconf setup. Change-Id: I3135aded1be79ca552b564b2575be7a20fad0285 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5318177
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+## To Build
+```
+To build this package, do the following steps:
+
+ 1. ./bootstrap.sh
+ 2. ./configure ${CONFIGURE_FLAGS}
+ 3. make
+
+To full clean the repository again run `./bootstrap.sh clean`.
+```
OpenPOWER on IntegriCloud