aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-06-25 03:03:28 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-06-25 03:03:28 +0300
commit78f17d87269d757ff685305a141fd725f161165a (patch)
treebf26a301df9644e2a42d4df29405035c57a529fb /README.md
parentREADME updates (diff)
downloadaes-tools-78f17d87269d757ff685305a141fd725f161165a.tar.gz
aes-tools-78f17d87269d757ff685305a141fd725f161165a.zip
README updates
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.).