Skip to content

Simple computer network design tool witten in C++23 (Qt6)

License

Notifications You must be signed in to change notification settings

alkuzin/netdesign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netdesign

Simple computer network design tool witten in C++23 (Qt6)

Dependencies

For Debian-based Linux distributions:

sudo apt install g++ cmake make libboost-all-dev qt6-default

Installation

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