Some of our team's developers use versions of Java and C # libphonenumber , a normalization library for international phone numbers.
They claim it is wonderful / magical / etc.
Unfortunately, being a Win32 C ++ developer, my simple mind cannot fully understand all the miracles and magic of CMake, boost, and many other libraries, and I cannot create a library at all.
Can someone provide some hints or urls to help me point in the right direction so that we can build this project and use it?
The current stumbling block when I try to start CMake (following the instructions in a very short readme), I get the following error message:
> -- Could NOT find Boost
> -- Configuring incomplete, errors occurred!
It seemed to me that I set BOOST_ROOT correctly, but apparently I was either mistaken or skipped other env vars.
How can I create this library?
We are using VS 2008, but I also have VS 2010 on my machine. I would be happy to get an assembly with one of them.
source
share