It runs on my machine doing the following:
Does that work for you?
- Build Casablanca in ~/casablanca/build.debug
- Paste the "Current" source in ~/granda/Realms.cpp
- Replace the instances of U"hello, world" with U("hello, world")
- Build with the command "g++ Realms.cpp -L ~/casablanca/build.debug/Binaries -lcpprest -lboost_system -I ~/casablanca/Release/include -std=c++11"
- Copy the libcpprest.so.2.1 from ~/casablanca/build.debug/Binaries to ~/granda
-
Run with the command "LD_LIBRARY_PATH=. ./a.out"
Does that work for you?