Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

1 star

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages