File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -31,11 +31,13 @@ As now i personally tested program functionalities in these systems:
3131 - Arch Linux
3232 - Alpine Linux 3.12.3
3333 - Fedora 33
34- - Windows 10 x64 LTSC 1809 Build 17763.1637
34+ - Ubuntu 20.04 WSL
35+ - Windows 10 Pro x64 20H2 Build 19042.746
36+ - Windows 10 LTSC x64 1809 Build 17763.1637
3537
3638## Installation
3739
38- ### ArchLinux
40+ ### Arch Linux and arch-based distributions
3941You can install cotp through the Arch User Repository.
4042Before beginning check you already have the required packages:
4143
@@ -56,10 +58,13 @@ Then choose how you want to proceed:
5658 ```
5759### Other distributions, * nix or Windows
5860
59- Before beginning check that you have the required compilers to build cotp by yourself:
60- - gcc for * nix operating systems
61- - msvc for Windows
62- - rust toolchain, can be installed through [ rustup] ( https://rustup.rs/ )
61+ Before beginning check that you have the required dependencies to build cotp by yourself:
62+ - build-essential for debian-based distributions
63+ - gcc for others
64+ - [ MSVC] ( https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16 ) for Windows
65+ - [ rust compiler and utilities] ( https://rustup.rs/ )
66+
67+ ⚠️** Attention** The ` x86_64-pc-windows-gnu ` rust toolchain is untested and may not compile! Use MSVC instead.
6368#### Using crates.io repository
6469
6570It's possible to install cotp directly through cargo, as it's listed in the [ crates.io] ( https://crates.io/crates/cotp ) repository.
You can’t perform that action at this time.
0 commit comments