https://github.com/xedziu/pwr-sd-proj2
Projekt 2 na przedmiot Struktury Danych
https://github.com/xedziu/pwr-sd-proj2
Last synced: about 1 month ago
JSON representation
Projekt 2 na przedmiot Struktury Danych
- Host: GitHub
- URL: https://github.com/xedziu/pwr-sd-proj2
- Owner: xEdziu
- Created: 2024-04-11T13:19:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T12:04:04.000Z (about 1 year ago)
- Last Synced: 2025-03-09T08:13:24.307Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 64.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
- `ncurses` library
- - `sudo apt-get install libncurses5-dev libncursesw5-dev`
- `g++` compiler
- - `sudo apt-get install g++`# How to compile & run
## Compile
- `g++ -o run main.cpp -lncurses -lmenu -std=c++17`## Run
- `./run`# Machine
- VMWare Workstation 16 Player
- Ubuntu 64-bit 22.04.4-desktop
- 2 CPU cores
- 12 GB RAM