diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-29 19:18:37 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-29 21:40:05 +0200 |
commit | f4c9171e9aa41c25efe0f2a5f1673e48c8c16631 (patch) | |
tree | 2ba944664c1d08daef950e3c7bb477f0c1971436 /README.md | |
parent | 8089c9d69fc16640b7acf4194c05dc0e2509babe (diff) | |
download | VeraCrypt-f4c9171e9aa41c25efe0f2a5f1673e48c8c16631.tar.gz VeraCrypt-f4c9171e9aa41c25efe0f2a5f1673e48c8c16631.zip |
Readme: Add YASM as a requirement for building VeraCrypt. Remove NASM and makeself requirement for Linux/MacOSX build. Make Readme.txt identical to README.md.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -49,6 +49,7 @@ Requirements for Building VeraCrypt for Windows: - Microsoft Windows SDK for Windows 8.1 (needed for SHA-256 code signing) - Microsoft Windows Driver Kit 7.1.0 (build 7600.16385.1) - NASM assembler 2.08 or compatible +- YASM 1.3.0 or newer. - gzip compressor - upx packer (available at https://upx.github.io/) @@ -128,9 +129,8 @@ Requirements for Building VeraCrypt for Linux and Mac OS X: - GNU Make - GNU C++ Compiler 4.0 or compatible - Apple Xcode (Mac OS X only) -- NASM assembler 2.08 or compatible (x86/x64 architecture only) +- YASM 1.3.0 or newer (Linux only, x86/x64 architecture only) - pkg-config -- makeself (Linux only) - wxWidgets 3.0 shared library and header files installed or wxWidgets 3.0 library source code (available at https://www.wxwidgets.org) - FUSE library and header files (available at https://github.com/libfuse/libfuse |