Simple computer network design tool witten in C++23 (Qt6)
For Debian-based Linux distributions:
sudo apt install g++ cmake make libboost-all-dev qt6-default
Clone this repository:
git clone https://github.com/alkuzin/netdesign
After dowloading do next:
cd build && cmake CMakeLists.txt
To build project run this command:
make all && cd ..
Run an application:
./build/NetDesign