summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2016-10-18 14:25:10 -0500
committerMatthew Barth <msbarth@us.ibm.com>2016-10-19 17:02:30 -0500
commitce3490e71f9f91bd20dbb9ac037079de4a3580a8 (patch)
tree780ce3cc71df419a5788000d3b1344101fe69496 /README.md
parent155c34fbb61071f5b51240c4a50b49391e0877c1 (diff)
downloadipmi-fru-parser-ce3490e71f9f91bd20dbb9ac037079de4a3580a8.tar.gz
ipmi-fru-parser-ce3490e71f9f91bd20dbb9ac037079de4a3580a8.zip
Convert build process to autotools
Replaced the use of a manual Makefile with the use of autotools to automatically verify and generate the necessary build files. Follow the steps outlined within the README.md file to build the package. Change-Id: Iaef09f17006ee51ac45f84c6c59826dcc567e279 Signed-off-by: Matthew Barth <msbarth@us.ibm.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