aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2015-12-27 01:28:16 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2015-12-27 01:28:16 +0300
commit80395ff9164a0d10d3d0a21db51030f653d0fa1a (patch)
tree6d1fedd49ea6669282c74f77d07108b780c435b8 /README.md
parentcode style (diff)
downloadaes-tools-80395ff9164a0d10d3d0a21db51030f653d0fa1a.tar.gz
aes-tools-80395ff9164a0d10d3d0a21db51030f653d0fa1a.zip
utils: Boost.Filesystem for usage messages
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 09361a8..dfc0973 100644
--- a/README.md
+++ b/README.md
@@ -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: