-
Notifications
You must be signed in to change notification settings - Fork 1.1k
How to set up the HTTP server
kytoo edited this page Jan 31, 2019
·
7 revisions
git clone https://github.com/ketoo/NoahGameFrame.git
or
svn checkout https://github.com/ketoo/NoahGameFrame
- libevent 2.0.22
- easylogging++ 9.80
- mysql++ 3.2.2
- google protobuf 3.6
- redis-cpp-client
- Theron 6.00.01
- sudo apt-get g++
- sudo apt-get cmake
- sudo apt-get install automake
- sudo apt-get install zip unzip
- GCC >= 4.8 (Tested in Ubuntu 15.04)
- MSVC >= VS2015 (Tested in Win7/10)
- Git pull all source
- Open the solution: NoahFrame.sln, build FileProcessTool project
- Run GenerateConfigXML.bat to generate configuration files
- Open the solution: NoahFrame.sln
- Build the solution(if u build failed, please build again(not rebuild))
- Run the binary file by _Out/rund.bat
- Git pull all source
- Install cmake[>= 3.1] please choose options for installing: Add CMake to the system PATH for all users and restart your computer
- Install VS2015 or gcc[>= 4.8]
- Run Dependencies/build_dep.sh
- Run install4cmake.bat or install4cmake.sh to build NF
- Run the binary file by _Out/rund.bat or _Out/rund.sh