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

How to make this work? #1

Open
Telokis opened this issue Jun 28, 2017 · 5 comments
Open

How to make this work? #1

Telokis opened this issue Jun 28, 2017 · 5 comments

Comments

@Telokis
Copy link

Telokis commented Jun 28, 2017

After cloning this repository, I tried to run cppan --build . but I got an error:

Requesting dependency list... 
Some packages (1) are unresolved```

Could you, please, write stuff in the README so that people can actually understand how to build easily, please?

Thanks!
@egorpugin
Copy link
Contributor

egorpugin commented Jun 28, 2017

Hi,
This project is for cppan+cmake integration and a bit outdated, so you see that error. I'll fix it.

The real cppan only project example can be found in my repo:
https://github.com/egorpugin/primitives

You can build it exactly with cppan --build .

@Telokis
Copy link
Author

Telokis commented Jun 28, 2017

Oh, didn't think I could do that without CMake, that good to know!
Is there a place where I can find a complete documentation for the cppan.yml file please?

@egorpugin
Copy link
Contributor

https://github.com/cppan/cppan/tree/master/doc
See config options.

@yuangu
Copy link

yuangu commented Jun 30, 2017

The document is too simple

@egorpugin
Copy link
Contributor

Yes, cppan has very poor docs at the moment, sorry.
You can check some packages for more options here https://cppan.org/
Or right in sources:
https://github.com/cppan/cppan/blob/master/src/common/yaml.cpp#L137
https://github.com/cppan/cppan/blob/master/src/common/project.h#L189
Almost all should be intuitive.

I'm working towards next major release (cppan2 internally). It will have good docs out of the box - doxygen based.
So, please, wait a bit longer.

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

3 participants