mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Documentation: Remove XHTML spec and fix errors (#1547)
* Documentation: Remove XHTML spec and fix errors None of the docs follow the XHTML specification, which means that programs that expect this (such as Gnome Web) as it is advertised as such, will completely fail to parse it as it is incorrect syntax. So it is removed. * Remove .chm files
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<!DOCTYPE html>
|
||||
|
||||
<style>
|
||||
.textbox {
|
||||
@@ -24,7 +23,7 @@
|
||||
|
||||
</style>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru" lang="ru">
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<title>VeraCrypt - Бесплатное надёжное шифрование дисков с открытым исходным кодом</title>
|
||||
@@ -93,27 +92,27 @@
|
||||
<div class="wikidoc">
|
||||
Ниже приведены шаги процедуры. Нажав на любую ссылку, вы сразу перейдёте к соответствующему шагу:
|
||||
<ul>
|
||||
<li><strong><a href="#InstallationOfMicrosoftVisualStudio2010">Установка Microsoft Visual Studio 2010</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfMicrosoftVisualStudio2010ServicePack1">Установка Microsoft Visual Studio 2010 Service Pack 1</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfNASM">Установка NASM</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfYASM">Установка YASM</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfVisualCPP">Установка Microsoft Visual C++ 1.52</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfWindowsSDK71PP">Установка Windows SDK 7.1</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfWDK71PP">Установка Windows Driver Kit 7.1</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfSDK81PP">Установка Windows 8.1 SDK</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfGzip">Установка gzip</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfUpx">Установка UPX</a></li></strong>
|
||||
<li><strong><a href="#InstallationOf7zip">Установка 7-Zip</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfWix3">Установка WiX3</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfVS2019">Установка Microsoft Visual Studio 2019</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfWDK10">Установка Windows Driver Kit 2004</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfVisualBuildTools">Установка средств сборки Visual Studio</a></li></strong>
|
||||
<li><strong><a href="#DownloadVeraCrypt">Загрузка исходных файлов VeraCrypt</a></li></strong>
|
||||
<li><strong><a href="#CompileWin32X64">Компиляция Win32/x64-версий VeraCrypt</a></li></strong>
|
||||
<li><strong><a href="#CompileARM64">Компиляция ARM64-версии VeraCrypt</a></li></strong>
|
||||
<li><strong><a href="#BuildVeraCryptExecutables">Сборка исполняемых файлов VeraCrypt</a></li></strong>
|
||||
<li><strong><a href="#ImportCertificates">Импорт сертификатов</a></li></strong>
|
||||
<li><strong><a href="#KnownIssues">Известные проблемы</a></li></strong>
|
||||
<li><strong><a href="#InstallationOfMicrosoftVisualStudio2010">Установка Microsoft Visual Studio 2010</a></strong></li>
|
||||
<li><strong><a href="#InstallationOfMicrosoftVisualStudio2010ServicePack1">Установка Microsoft Visual Studio 2010 Service Pack 1</a></strong></li>
|
||||
<li><strong><a href="#InstallationOfNASM">Установка NASM</a></strong></li>
|
||||
<li><strong><a href="#InstallationOfYASM">Установка YASM</a></strong></li>
|
||||
<li><strong><a href="#InstallationOfVisualCPP">Установка Microsoft Visual C++ 1.52</a></strong></li>
|
||||
<li><strong><a href="#InstallationOfWindowsSDK71PP">Установка Windows SDK 7.1</a></strong></li>
|
||||
<li><strong><a href="#InstallationOfWDK71PP">Установка Windows Driver Kit 7.1</a></strong></li>
|
||||
<li><strong><a href="#InstallationOfSDK81PP">Установка Windows 8.1 SDK</a></strong></li>
|
||||
<li><strong><a href="#InstallationOfGzip">Установка gzip</a></strong></li>
|
||||
<li><strong><a href="#InstallationOfUpx">Установка UPX</a></strong></li>
|
||||
<li><strong><a href="#InstallationOf7zip">Установка 7-Zip</a></strong></li>
|
||||
<li><strong><a href="#InstallationOfWix3">Установка WiX3</a></strong></li>
|
||||
<li><strong><a href="#InstallationOfVS2019">Установка Microsoft Visual Studio 2019</a></strong></li>
|
||||
<li><strong><a href="#InstallationOfWDK10">Установка Windows Driver Kit 2004</a></strong></li>
|
||||
<li><strong><a href="#InstallationOfVisualBuildTools">Установка средств сборки Visual Studio</a></strong></li>
|
||||
<li><strong><a href="#DownloadVeraCrypt">Загрузка исходных файлов VeraCrypt</a></strong></li>
|
||||
<li><strong><a href="#CompileWin32X64">Компиляция Win32/x64-версий VeraCrypt</a></strong></li>
|
||||
<li><strong><a href="#CompileARM64">Компиляция ARM64-версии VeraCrypt</a></strong></li>
|
||||
<li><strong><a href="#BuildVeraCryptExecutables">Сборка исполняемых файлов VeraCrypt</a></strong></li>
|
||||
<li><strong><a href="#ImportCertificates">Импорт сертификатов</a></strong></li>
|
||||
<li><strong><a href="#KnownIssues">Известные проблемы</a></strong></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -316,7 +315,7 @@
|
||||
<ol>
|
||||
<li>
|
||||
Пакет Visual C++ 1.52 доступен по платной подписке Microsoft MSDN. Если у вас нет подписки, загрузите образ ISO через интернет-архив: <br>
|
||||
<a href="https://archive.org/details/ms-vc152 target="_blank">https://archive.org/details/ms-vc152</a>
|
||||
<a href="https://archive.org/details/ms-vc152" target="_blank">https://archive.org/details/ms-vc152</a>
|
||||
</li>
|
||||
<li>
|
||||
Создайте папку "C:\MSVC15".
|
||||
|
||||
Reference in New Issue
Block a user