EpicStep / surl-hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SUrl (задание №3)

Installing

You can install .deb package on your debian-based machine:

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:

surl <METHOD (default: systemInfo)>

Build

You must install libssl-dev (sudo apt install libssl-dev).

cmake .
cmake --build .

Run

./surl <METHOD (default: systemInfo)>

About


Languages

Language:C++ 59.7%Language:CMake 40.3%