Skip to content

Website for TLBB with Dashboard and Home page - Powered by CppCMS

Notifications You must be signed in to change notification settings

DevTLBB/TLBB.Website-cppcms

Repository files navigation

TLBB Website version C++

Demos

Installation:

Ubuntu

sudo apt-get install build-essential libpcre3-dev libicu-dev libgcrypt11-dev zlib1g-dev cmake
  1. Clone and Pull submodule
git clone git@github.com:DevTLBB/Website.Cpp-CppCMS.MVC.git web
cd web
git submodule update --init --recursive
  1. Build CppCMS Lib
cd build
cmake ../cppcms
make
sudo make install && sudo rm -r *
  1. Build CppDB
cd build
cmake ../cppdb
make
sudo make install && sudo rm -r *
  1. Run
./server.sh

Donation

Click here to lend your support to: Website for TLBB game in C++ and make a donation at pledgie.com !

About

Website for TLBB with Dashboard and Home page - Powered by CppCMS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages