From: Mike Lowis Date: Fri, 11 Dec 2015 12:19:44 +0000 (+0000) Subject: Updated readme X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=221f04f0a42e4c6e0c23cb73c6d9d1ae0ab04a42;p=projs%2Fopts.git Updated readme --- diff --git a/README.md b/README.md index e47aec6..8009046 100644 --- a/README.md +++ b/README.md @@ -54,27 +54,13 @@ Requirements For Building ---------------------------------------------- This project requires the following external tools to build successfully: -* Ruby -* Bundler -* GCC or Clang +* A POSIX compliant 'make' utility +* A C99 capable C compiler Build Instructions ---------------------------------------------- -This project can be built by executing the following commands: +This project can be built by executing the following command: - bundle install - bundle exec rake - -After those two commands execute you should be left with a static library that -you can use as you please. - -Project Files and Directories ----------------------------------------------- - - build/ This is the directory where all output files will be placed. - source/ The source code for the library - tests/ Unit tests and mock files. - Doxyfile Doxygen documentation generator configuration. - LICENSE.md The software license notification. - README.md You're reading this file right now! + make +You should be left with a static library that you can use as you please.