Giter Site home page Giter Site logo

simple_zeromq_cmake_cpp_project_example's Introduction

Installation on Windows:

It is recommended to use an IDE (CLion, Visual Studio, ...) but everything can be done without as well

Requirements:

Note: One way to install MinGW 64:

  • install MSYS2
  • open the newly installed MSYS2 Shell
  • install MinGW 64 using the MSYS2 Shell
pacman -S mingw-w64-x86_64-gcc
  • add the folder MSYS2_root/mingw64/bin (i.e. C:\msys64\mingw64\bin) to your PATH environment variable

You can also follow this tutorial to install MinGW 64.

Step 0: open the windows console (cmd) and go into the folder where the project files should be saved

Step 1: clone the repository

git clone --recursive https://github.com/AnBenLa/ZeroMQ_CMake_Cpp_Project_Example

Note: this will copy the necessary project files into the current directory.

Step 2: create a build folder in the project folder

cd ZeroMQ_CMake_Cpp_Project_Example
mkdir build

Step 4: inside the build folder generate the cmake project

cd build
cmake ..

Step 5: make the project and execute the application

cmake --build . --target zmq_server
./zmq_server.exe

Note: Depending on the used cmake tool the the created zmq_server.exe might be in a Debug or Release subdirectory.

simple_zeromq_cmake_cpp_project_example's People

Contributors

anbenla avatar

Watchers

 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.