diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-12-27 01:28:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-12-27 01:28:16 +0300 |
commit | 80395ff9164a0d10d3d0a21db51030f653d0fa1a (patch) | |
tree | 6d1fedd49ea6669282c74f77d07108b780c435b8 /README.md | |
parent | code style (diff) | |
download | aes-tools-80395ff9164a0d10d3d0a21db51030f653d0fa1a.tar.gz aes-tools-80395ff9164a0d10d3d0a21db51030f653d0fa1a.zip |
utils: Boost.Filesystem for usage messages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,8 +11,8 @@ 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.ProgramOptions has to be built prior to building these -utilities. +In particular, Boost.Filesystem, Boost.ProgramOptions, 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: |