Add 'Build on Linux'

2024-02-24 10:42:15 +08:00
commit 4af6b8ea2b

13
Build-on-Linux.md Normal file

@@ -0,0 +1,13 @@
Install dependency on Linux:
```shell
apt install libpcsclite-dev
```
Build on Linux
```shell
cargo install --path . --no-default-features --features smartcard --features smartcard
```