Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/system76/thelio-io-windows
WIP Windows driver for System76 Thelio Io
https://github.com/system76/thelio-io-windows
Last synced: about 2 months ago
JSON representation
WIP Windows driver for System76 Thelio Io
- Host: GitHub
- URL: https://github.com/system76/thelio-io-windows
- Owner: system76
- License: gpl-3.0
- Created: 2021-05-04T21:50:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T13:31:27.000Z (9 months ago)
- Last Synced: 2024-04-08T14:43:06.457Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 63.5 KB
- Stars: 16
- Watchers: 14
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Thelio Io Windows Driver (WORK IN PROGRESS)
- Install GIT LFS prior to cloning this repository
- Install Rust from https://rustup.rs/
- Install Chocolaty from https://chocolatey.org/install
- Launch an Administrator Command Prompt and run the following:
```
choco install dotnet-6.0-sdk netfx-4.8 python3 wixtoolset
```
- Launch a normal Command Prompt and run the following:
```
cargo install cargo-wix
```
- Run the following to build the installer:
```
python build.py
```
- Execute the installer at `target/wix/thelio-io-0.1.0-x86_64.msi`
- The installer will start the `System76 Thelio Io` service
- Logs can be viewed in `Event Viewer` under `Windows Logs/Application` with the
source `System76 Thelio Io`