aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index f303794..ba4bc16 100644
--- a/README.md
+++ b/README.md
@@ -3,20 +3,18 @@ AES tools
Simple AES implementation and utilities.
-Development
------------
-
-### Prerequisites
+Prerequisites
+-------------
-To build the whole solution, you first need to build a few of Boost's
-libraries.
+To build the solution, you first need to build a few of Boost's libraries.
The complete list of Boost dependencies is:
* Boost.Filesystem,
* Boost.Program_options,
* Boost.System.
-### Building
+Building
+--------
Create the build files using CMake and build using your native build tools
(Visual Studio/make/etc.).