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:
31
31
- Arch Linux
32
32
- Alpine Linux 3.12.3
33
33
- 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
35
37
36
38
## Installation
37
39
38
- ### ArchLinux
40
+ ### Arch Linux and arch-based distributions
39
41
You can install cotp through the Arch User Repository.
40
42
Before beginning check you already have the required packages:
41
43
@@ -56,10 +58,13 @@ Then choose how you want to proceed:
56
58
```
57
59
### Other distributions, * nix or Windows
58
60
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.
63
68
#### Using crates.io repository
64
69
65
70
It'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