Skip to content

EPITECH-Bordeaux/QNetSoul

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 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 4 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-qt4 to force the use of Qt 4 insted of Qt 5)
qmake-qt4 && 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

  • C++ 97.2%
  • QMake 2.2%
  • Other 0.6%