]> git.mdlowis.com Git - projs/opts.git/commitdiff
Updated readme
authorMike Lowis <mike@mdlowis.com>
Fri, 11 Dec 2015 12:19:44 +0000 (12:19 +0000)
committerMike Lowis <mike@mdlowis.com>
Fri, 11 Dec 2015 12:19:44 +0000 (12:19 +0000)
README.md

index e47aec62f92c24085f81ce64b4840e6c5e2380ed..8009046eeca4fde9a8ce0aac06f61f85d958ee90 100644 (file)
--- 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.