Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The next version of OpenTabletDriver.Web
### Requirements

- [Ruby](https://www.ruby-lang.org/en/downloads/) (tested with Ruby 3.4)
- Ruby Bundler. This may come preinstalled or require an additional package. Run `bundle --version` to check if you have it installed.
- On Linux from your package manager: look for a `ruby-bundler`, `ruby-default-gems`, or similar package.
- As a gem: `gem install bundler` (note that it may not be on PATH by default).

## Steps

Expand Down
1 change: 1 addition & 0 deletions site/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ group :jekyll_plugins do
end

gem 'json'
gem 'erb'
gem "bootswatch", github: "thomaspark/bootswatch", tag: "v5.3.8"
gem "bootstrap", "~> 5.3.8"

Expand Down
2 changes: 2 additions & 0 deletions site/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ GEM
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
erb (6.0.7)
eventmachine (1.2.7)
ffi (1.17.2)
ffi (1.17.2-aarch64-linux-gnu)
Expand Down Expand Up @@ -161,6 +162,7 @@ PLATFORMS
DEPENDENCIES
bootstrap (~> 5.3.8)
bootswatch!
erb
http_parser.rb (~> 0.6.0)
jekyll (~> 4.3)
json
Expand Down
4 changes: 3 additions & 1 deletion site/_wiki/Install/Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ Alternatively you can install it to a new directory.

> You can create a shortcut to this file, just make sure that the working directory points to the extracted directory.

## Installation of WinUSB {#winusb}
### (Usually not required) Installation of WinUSB {#winusb}

Some tablets require Zadig's WinUSB installed on a device interface to interact with the tablet
correctly. To figure out if your tablet requires WinUSB, carefully check the notes on
[the supported list of tablets here]({% link _sections/Tablets.md %}).
This is a list of ALL tablets supported by OpenTabletDriver, NOT a list of all tablets that need WinUSB.
If your tablet does not have a note specifically mentioning `Zadig’s WinUSB`, you DO NOT need WinUSB.

Some WinUSB-requiring tablets require a specific interface to be chosen.
This is also noted in the list of tablets, if relevant.
Expand Down
Loading