sluzhynskyi / myrls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab 3 myrls

Team

Prerequisites

  • C++ compiler - needs to support C++17 standard
  • CMake 3.15+

The rest prerequisites (such as development libraries) can be found in the packages file in the form of the apt package manager package names.

Installing

  1. Clone the project.
    git clone https://github.com/sluzhynskyi/myshell.git
  2. Install required libraries. On Ubuntu:
    sed 's/\r$//' apt_packages.txt | sed 's/#.*//' | xargs sudo apt-get install -y
  3. Build.
    cmake -G"Unix Makefiles" -Bbuild
    cmake --build build

About


Languages

Language:CMake 89.7%Language:C++ 6.5%Language:Shell 3.8%