GithubHelp home page GithubHelp logo

marvingeng / tinyim Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 15.0 18.11 MB

一个基于C++的IM实现

License: MIT License

CMake 0.39% C++ 82.35% Batchfile 0.01% C 16.69% Objective-C 0.35% TSQL 0.19% Shell 0.01%

tinyim's Introduction

TinyIM

0. 项目简介

一个基于C++的IM实现
最初的客户端设计来自flamingo https://github.com/balloonwj/flamingo
服务器是我完全重写的,个人blog https://www.dennisthink.com/
有问题可以联系 [email protected]
或者加入QQ群:106350930
文档链接:https://dennisthink.github.io/AboutAuther.html

1.编译介绍

TinyIM采用C++语言进行开发,CMake工具进行编译,目前已经在Windows7的64位上使用VS2017编译通过了。 因为代码中使用了C++11的标准,所以需要使用支持C++11标准的编译器,也就是VS2013以后的版本。 Windows平台配置CMake TinyIM主要包括3个部分的程序,分别为Server、ClientCore、ClientUI。 以下分别介绍各个部分的功能的编译步骤。

1. Windows平台编译

1.1 Server编译

ChatServer的代码在 \TinyIM\Code\Server\ChatServer\目录下。 ChatServerDir 在该目录下双击build32.bat即可开始执行编译。程序编译完成后,生成的可执行文件位于 \TinyIM\Code\Server\ChatServer\bin\Debug\目录下。ChatServer即为可执行文件。

1.2 ClientCore编译

ClientCore的代码位于\TinyIM\Code\Client\ClientCore_TinyIM目录下, ClientCoreDir 双击该目录下的build32.bat即可开始执行编译。 编译完成以后,生成的可执行文件位于\TinyIM\Code\Client\ClientCore_TinyIM\bin\Debug目录下,ClientCore.exe 即为可执行文件。

1.3 ClientUI编译

ClientUI的代码在\TinyIM\Code\Client\ClientUI目录下, ClientUIDir 双击该目录下的Build.bat即可开始执行编译。编译完成以后,生成的可执行文件位于\TinyIM\Code\Client\ClientUI\Bin\Debug\目录下,TinyIM.exe即为可执行文件。

4.其他

tinyim's People

Contributors

dennisthink avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.