diff options
author | René Korthaus <[email protected]> | 2017-04-18 11:19:34 +0200 |
---|---|---|
committer | René Korthaus <[email protected]> | 2017-04-18 11:19:34 +0200 |
commit | 5271661524c44d49e161e2ee04b7bc0c1f4a9809 (patch) | |
tree | f1cb28d1d21cc07f3858c81b6d2d9d3560a0cd0e /doc | |
parent | 3553ac7b22620604d19da4881201fb416425d23f (diff) |
Fix typo in building.rst [ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/building.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/building.rst b/doc/manual/building.rst index 804b421f0..73c3f46f4 100644 --- a/doc/manual/building.rst +++ b/doc/manual/building.rst @@ -266,7 +266,7 @@ To generate the amalgamation, run ``configure.py`` with whatever options you would ordinarily use, along with the option ``--amalgamation``. This will create two (rather large) files, ``botan_all.h`` and ``botan_all.cpp``, plus (unless the option -``--single-amalgmation-file`` is used) also some number of files like +``--single-amalgamation-file`` is used) also some number of files like ``botan_all_aesni.cpp`` and ``botan_all_sse2.cpp`` which need to be compiled with the appropriate compiler flags to enable that instruction set. The ISA specific files are only generated if there is |