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)
- Host: GitHub
- URL: https://github.com/alkuzin/netdesign
- Owner: alkuzin
- License: gpl-3.0
- Created: 2024-12-27T09:40:41.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T06:08:31.000Z (4 months ago)
- Last Synced: 2025-02-01T06:25:22.753Z (4 months ago)
- Topics: cpp, cpp23, gui-application, network-design, network-design-tool, qt, qt6, qt6-gui
- Language: C++
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```