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

git clone command in readme #2

Closed
decalage2 opened this issue Oct 3, 2016 · 2 comments
Closed

git clone command in readme #2

decalage2 opened this issue Oct 3, 2016 · 2 comments

Comments

@decalage2
Copy link

Hello, when I run the commands listed in the readme to build the library on Linux, I get this error:

git clone https://github.dev.cybozu.co.jp/herumi/msoffice
Cloning into 'msoffice'...
fatal: unable to access 'https://github.dev.cybozu.co.jp/herumi/msoffice/': SSL: certificate subject name (*.cybozu.co.jp) does not match target host name 'github.dev.cybozu.co.jp'

I managed to clone the repo with this command instead:

git clone https://github.com/herumi/msoffice.git
@decalage2
Copy link
Author

And then I ran the make command, but it did not build the Linux library. For that, I had to run:

make lib/libmsoc.a

@herumi
Copy link
Owner

herumi commented Oct 3, 2016

Thank you for your notification. I fixed the url.
The main target is bin/msoffice-crypt.exe, then type lib/libmsoc.a if necessary.

@herumi herumi closed this as completed Oct 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants