Giter Club home page Giter Club logo

zeromq_test's Introduction

ZeroMQ, Boost with VisualStudio 2015

ZMQ_HOME:        libzmq 소스 위치
ZMQ_CPP_HEADERS: cppzmq 소스 위치
ZMQ_LIBS:        libzmq 빌드 결과 위치 (bin 폴더)
ZMQ_LIBSODIUM:   libsodium (중요: libsodium 소스는 libzmq-root 바로 밑에 위치 시켜야함)
ZMQ_ZGUIDE:      zguide 소스 위치
BOOST_HOME       boost 소스 위치
BOOST_LIBS       boost 라이브러리 빌드 위치
  • 시스템 - 환경변수 - 유저 환경 변수에서 위 변수를 설정해야 함

프로젝트 속성 - 구성 속성 - C/C++ - 일반 - 추가 포함 디렉터리

  • $(ZMQ_HOME)\include
  • $(ZMQ_ZGUIDE)\examples\C++
  • $(ZMQ_CPP_HEADERS)

프로젝트 속성 - 구성 속성 - 링커 - 일반 - 추가 라이브러리 디렉터리

  • $(ZMQ_LIBS)$(Platform)$(Configuration)$(DefaultPlatformToolset)\dynamic

프로젝트 속성 - 구성 속성 - 링커 - 입력 - 추가 종속성

  • libzmq.lib 추가

프로젝트 속성 - 구성 속성 - 빌드 이벤트 - 빌드 후 이벤트

  • copy $(ZMQ_LIBS)$(Platform)$(Configuration)$(DefaultPlatformToolset)\dynamic\libzmq.dll $(OutputPath)
  • copy $(ZMQ_LIBSODIUM)$(Platform)$(Configuration)$(DefaultPlatformToolset)\dynamic\libsodium.dll $(OutputPath)

프로젝트 속성 - 구성 속성 - VC++ 디렉터리 - 포함 디렉터리

  • $(BOOST_HOME) 추가

프로젝트 속성 - 구성 속성 - VC++ 디렉터리 - 라이브러리 디렉터리

  • $(BOOST_LIBS)$(Platform)\lib 추가

zeromq_test's People

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.