Skip to content

eiger824/TCP_Messenger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# TCP_Messenger
1) mkdir build && cd build
2) cmake -DCMAKE_INSTALL_PREFIX=/path_to_project/build/cmake_targets ..
3) make install
4) additionally a script can be created in the build directory which automatically calls both generated terminals, something like this (in a file called run.sh with chmod =rwx run.sh)
   ./cmake_targets/client -d -u eiger824 &
   ./cmake_targets/server -d &

ENJOY :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published