Skip to content

Graphene-Dev/GrapheneChat-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeFactor

Graphene Chat Server

Usage

Building

  • Linux
git submodule init
git submodule update
sudo apt-get install aptitude -y
sudo aptitude install -y build-essential git libboost-all-dev cmake rapidjson-dev sqlite3
mkdir build
cd build
cmake ..
make
  • Mac
git submodule init
git submodule update
brew install git 
brew install cmake 
brew install rapidjson
brew install boost
brew install sqlite3
mkdir build
cd build
cmake ..
make

Running

copy base.db into build folder and rename default.db then run ./Server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •