diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-25 03:03:28 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-25 03:03:28 +0300 |
commit | 78f17d87269d757ff685305a141fd725f161165a (patch) | |
tree | bf26a301df9644e2a42d4df29405035c57a529fb /README.md | |
parent | README updates (diff) | |
download | aes-tools-78f17d87269d757ff685305a141fd725f161165a.tar.gz aes-tools-78f17d87269d757ff685305a141fd725f161165a.zip |
README updates
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -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.). |