Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCompile rpclib in 64bit #256
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am developing an application in 64bit using rpclib.
I am trying to compile rpclib in 64 biit using below steps, but I believe the library with below steps is compiled for 32 bit architecture.
git clone git@github.com:rpclib/rpclib.git
cd rpclib
mkdir build
cd build
cmake ..
cmake --build .
I am sorry I don't have much experience in using cmake utility.
Is there a way to compile rpclib in 64bit?