Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile rpclib in 64bit #256

Open
khopdi opened this issue Aug 21, 2020 · 0 comments
Open

Compile rpclib in 64bit #256

khopdi opened this issue Aug 21, 2020 · 0 comments

Comments

@khopdi
Copy link

@khopdi khopdi commented Aug 21, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.