Skip to content

This is cross platform TCP/IP server on boost::asio, that allows to exec SQLite commands on server-machine and backuping SQLite db

Notifications You must be signed in to change notification settings

Childcity/CS_MiniSQLiteServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#для того чтобы построить нужные библиотеки из boost и установить их в папку с проэктом
#сделайте cd ./boost_1_67_0
#затем выполните следующие 2 команды, предварительно изменив в путях '/home/childcity/CLionProjects' на папку, где лежит CS_MiniSQLiteServer

./bootstrap.sh --with-libraries=system,thread,regex #--show-libraries

./b2 -j2 --libdir=/home/childcity/CLionProjects/CS_MiniSQLiteServer/libs/boost --includedir=/home/childcity/CLionProjects/CS_MiniSQLiteServer/include --with-thread --with-regex --with-date_time --with-system variant=release link=static threading=multi runtime-link=shared install

#glog 3.5 должен быть установлен в систему

#чтобы скомпилировать сервер выполните
cd ./CS_MiniSQLiteServer
mkdir build
cd build
cmake ..
cmake --build . --config Release --target CS_MiniSQLiteServer -- -j 2

About

This is cross platform TCP/IP server on boost::asio, that allows to exec SQLite commands on server-machine and backuping SQLite db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published