https://github.com/epicstep/surl-hackathon
https://github.com/epicstep/surl-hackathon
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/epicstep/surl-hackathon
- Owner: EpicStep
- Created: 2021-09-18T13:46:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T11:23:52.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T21:31:40.441Z (over 1 year ago)
- Language: C++
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SUrl (задание №3)
## Installing
You can install .deb package on your debian-based machine:
```bash
wget https://github.com/EpicStep/surl-hackathon/releases/download/1.0/surl-0.1.1-Linux.deb
dpkg -i surl-0.1.1-Linux.deb
```
After this you can use this util:
```bash
surl
```
## Build
You must install libssl-dev (```sudo apt install libssl-dev```).
```bash
cmake .
cmake --build .
```
## Run
```bash
./surl
```