diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-12-27 09:15:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-12-27 09:15:13 +0300 |
commit | b9c0562c569b85600dc014af38eb6830e9b974c8 (patch) | |
tree | 6d8007fe7905888d359d7471b2a21775b2279346 /README.md | |
parent | utils: Boost.Filesystem for usage messages (diff) | |
download | aes-tools-b9c0562c569b85600dc014af38eb6830e9b974c8.tar.gz aes-tools-b9c0562c569b85600dc014af38eb6830e9b974c8.zip |
README update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ I've used the compiler and the assembler shipped with Visual Studio Express You can generate the solution using CMake and build it using Visual Studio. Some of the utilities also depend on a few Boost libraries. -In particular, Boost.Filesystem, Boost.ProgramOptions, and Boost.System has to +In particular, Boost.Filesystem, Boost.Program_options, and Boost.System has to be built prior to building these utilities. To enable CMake to find Boost libraries, pass the path to the root Boost directory like this: |