Skip to content

rafzi/WAMP_POCO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutobahnCpp

WAMP for C++

sudo apt-get install ruby libtool autoconf scons ./boostrap ./configure --prefix=$HOME/msgpack make make install

Building with clang:

sudo apt-get install clang-3.4 libc++1 libc++-dev

CXX=which clang++ CC=which clang CXXFLAGS="-std=c++11 -stdlib=libc++" LDFLAGS="-stdlib=libc++" ./configure --prefix=$HOME/msgpack_clang

Add the following to $HOME/.profile

export LD_LIBRARY_PATH=${HOME}/msgpack/lib:${LD_LIBRARY_PATH}

and

source $HOME/.profile

About

WAMP for C++ 11 on POCO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.1%
  • Python 8.1%
  • CMake 0.8%