Giter VIP home page Giter VIP logo

im-desktop's Introduction

Build instructions

Windows Build Directions

From the root of project directory:

mkdir build
cd build

You can build project with Visual Studio 2019:

Visual Studio 2019:

# (also you can set Release instead Debug)
cmake .. -DIM_QT_DYNAMIC=ON -G "Visual Studio 16 2019" -A Win32 -DCMAKE_BUILD_TYPE=Release

MSBuild.exe icq.sln /m /t:Rebuild /p:Configuration=Release /p:Platform=Win32 /nodeReuse:false

Or open build\icq.sln and build it.

macOS Build Directions

From the root of project directory:

mkdir build
cd build

You can build project with Xcode or with make:

Xcode:

cmake .. -DIM_QT_DYNAMIC=ON -G Xcode -DCMAKE_BUILD_TYPE=Release

Open build\icq.xcodeproj and build it.

make:

cmake .. -DIM_QT_DYNAMIC=ON -DCMAKE_BUILD_TYPE=Release
make -j$(nproc)

Linux Build Directions

In order to build ICQ execute the following command line:

mkdir build && cd build
cmake .. -DIM_QT_DYNAMIC=ON -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DLINUX_ARCH=64 && make -j$(nproc)

im-desktop's People

Contributors

im-desktop avatar koptyakov 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.