Skip to content

Gruppe1-Fulya/messaging_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messaging Application

Build and Installation

  • Dependencies: rust and cargo, MariaDB, Qt5, CMake and the g++ compiler.

For building the Qt5 QUI:

cd path/to/messasing_app
mkdir build && cd build
cmake ..
cmake --build .

For building the Rust main server:

cd /messaging_app/app_server/
cargo build

Run

In a terminal:

cd /messaging_app/app_server/
cargo run

In other terminals:

cd build
./messasing_application -c /path/to/messaging_app/config/your_config.yaml

Notes

The .yaml files in the config directory are for creating GUI's with different user informations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published