summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authora1xd <[email protected]>2020-12-06 00:21:08 -0500
committerGitHub <[email protected]>2020-12-06 00:21:08 -0500
commit90573281d38d105859b372d12e774ef120f00ff9 (patch)
tree5c1f81bca5122565cb509d516e0e9e8478f4d36d /doc
parentMerge pull request #46 from a1xd/1.3 (diff)
parentadd prereqs to install guide (diff)
downloadrawaccel-1.3.0.tar.xz
rawaccel-1.3.0.zip
Merge pull request #48 from a1xd/improve-docsv1.3.0
add prereqs to install guide
Diffstat (limited to 'doc')
-rw-r--r--doc/Guide.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/Guide.md b/doc/Guide.md
index c3498ac..1c4aee5 100644
--- a/doc/Guide.md
+++ b/doc/Guide.md
@@ -1,13 +1,16 @@
# Raw Accel Guide
## Installation
+- **Prerequisites**
+ * Visual C++ 2019 runtime, [download here](https://aka.ms/vs/16/release/vc_redist.x64.exe)
+ * .NET Framework 4.7.2+ runtime, [download here](https://dotnet.microsoft.com/download/dotnet-framework/net48)
+ * **Windows 7** — SHA-2 code signing support (download through Windows Update)
-Run `installer.exe` in the release directory to install the Raw Accel driver. Restart your computer for the installation to take effect.
-* If you encounter a `VCRUNTIME` related system error, [download and install the latest version from Microsoft.](https://aka.ms/vs/16/release/vc_redist.x64.exe)
+- Run `installer.exe` in the release directory to install the Raw Accel driver. Restart your computer for the installation to take effect.
-Run `uninstaller.exe` in the release directory to uninstall the driver. Restart for the uninstallation to take effect.
+- Run `uninstaller.exe` in the release directory to uninstall the driver. Restart for the uninstallation to take effect.
-Run `rawaccel.exe` when the driver is installed in order to run the Raw Accel GUI.
+- Run `rawaccel.exe` when the driver is installed in order to run the Raw Accel GUI.
## Philosophy
The Raw Accel driver and GUI's workings and exposed parameters are based on our understanding of mouse acceleration. Our understanding includes the concepts of "gain", "whole vs by component", and "anisotropy." For clarity, we will outline this understanding here. Those uninterested can skip to Features below.