An open API service indexing awesome lists of open source software.

https://github.com/alkuzin/netdesign

Simple computer network design tool witten in C++23 (Qt6)
https://github.com/alkuzin/netdesign

cpp cpp23 gui-application network-design network-design-tool qt qt6 qt6-gui

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## Dependencies

For Debian-based Linux distributions:

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

## Installation

Clone this repository:
```console
git clone https://github.com/alkuzin/netdesign
```

After dowloading do next:
```console
cd build && cmake CMakeLists.txt
```

To build project run this command:
```console
make all && cd ..
```

Run an application:
```console
./build/NetDesign
```