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

[next2] update README.md #840

Open
HeikoAdams opened this issue Jun 9, 2018 · 2 comments
Open

[next2] update README.md #840

HeikoAdams opened this issue Jun 9, 2018 · 2 comments

Comments

@HeikoAdams
Copy link

Please update README.md with dependencies and commands for building next2-branch successfully.

@Vistaus
Copy link

Vistaus commented Jun 9, 2018

You need to build gtk and vala from the latest git master. After that, it's basically:

mkdir build && cd build
meson .. --prefix=/usr (or leave out the prefix if you want)
ninja -j3 && sudo ninja install

(use one & if on fish instead of bash)

But while adding that to the readme is trivial, truth is that Corebird will only work for two more months anyway:
https://www.patreon.com/posts/corebirds-future-18921328

But of course, I'll leave the decision to baedert ;)

@baedert
Copy link
Owner

baedert commented Jun 9, 2018

The tricky part is just that you need to build gtk+ and vala from their respective master branches, the other dependencies should be the same and build instructions with meson/ninja are already in the readme.

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