Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

8102/QNetSoul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QNetSoul

QNetSoul is a netsoul client (protocol use in Ionis Group campus)

It allows students to connect to the internet and discuss between them.

##Build instructions (Linux)

###Dependencies Make sure to install Qt 5 first.


###Compile Once you have installed all dependencies, you need to compile the application:

# Get it from GitHub
git clone https://github.com/8102/QNetSoul.git
cd QNetSoul

# Compile (We use qmake-qt5 to force the use of Qt 5 and not a link to another version of Qt)
qmake-qt5 && make

# Have fun!
./QNetSoul

# You can also move it to your /usr/bin to use it without moving to a special directory (You need to be root)
sudo mv ./QNetSoul /usr/bin/QNetSoul

Releases

No releases published

Packages

No packages published

Languages