mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 01:26:04 -08:00
26 lines
345 B
Markdown
26 lines
345 B
Markdown
# Build with Docker
|
|
|
|
- [Build with Docker](#build-with-docker)
|
|
- [Prerequisites](#prerequisites)
|
|
- [Build](#build)
|
|
|
|
---
|
|
|
|
## Prerequisites
|
|
|
|
- Docker
|
|
|
|
## Build
|
|
|
|
1. Build x86_64
|
|
|
|
this will build termscp for:
|
|
|
|
- Linux x86_64 Deb packages
|
|
- Linux x86_64 RPM packages
|
|
- Windows x86_64 MSVC packages
|
|
|
|
```sh
|
|
|
|
```
|