Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.03 KB

README.md

File metadata and controls

48 lines (40 loc) · 1.03 KB

XProject

Introduction

  • XProject is a echo server/client based on boost asio library.
  • Using the boost library, anyone can easily use.

Build requirement

  • Visual Studio 2015 Update3

Supported Platform

  • Windows

The following third party libraries are used in the project

  • boost library 1.64
  • cppformat 3.0.2
  • google-protobuf 3.3.0
  • log4cplus 2.0-RC1
  • loki 0.1.7
  • Better Enums 0.11.1

Third party archive file download

Third party library directory tree

|-- SDKs
|   |-- boost_1_64_0
|   |   |-- boost
|   |   `-- lib64-msvc-14.0
|   |-- log4plus
|   |   |-- include
|   |   `-- lib
|   |-- loki
|   |   |-- include
|   |   `-- lib
|   `-- protobuf
|       |-- include
|       `-- lib
`-- XProject
    |-- Build
    `-- Code

License

  • This project is available under The BSD-3-Clause. For more information see the License file.