![]() Registered Member ![]()
|
I'm trying building from source for a first time (I use "for cats" guide) and I'm stuck - mostly because I have no idea what I'm doing.
It seems a couple of things are missing: 1. Vc - can't find it in the repos (yum install vc gives no result) and I don't know howto build from here : https://github.com/VcDevel/Vc Downloaded the tarball extracted it... and that's it... Don't know what to do with it... no idea how cmake works. When I try to use guide from github I get
2.libgit2 - but when I try to install it I get: Pakiet libgit2-0.21.5-1.fc21.x86_64 jest już zainstalowany, pomijanie. - which means libgit2-0.21.5-1.fc21.x86_64 is already installed... Any ideas what's wrong? 3. libqgit2 Can anyone help me out? |
![]() KDE Developer ![]()
|
Vc is optional, but speeds up painting. However, I'd first try to get past the other set of issues before tackling that.
Your cmake error is because you're running cmake in the source directory; that is not allowed. Run it from a build directory. Libgit is not needed, it's for another part of calligra. |
![]() Registered Member ![]()
|
THx Boudewijn.
ok , after a bit of juggling with arguments I got it and have Vc installed. First I need to create a folder where I create the install (separate folder from the folder with source - of course ![]() cmake -DCMAKE_INSTALL_PREFIX=/folder_where_in_the_end_app_will_be_installed -DBUILD_TESTING=OFF /folder_containing_source_files Then: $ make -j9 $ make install Ok, so now libgit2 and libqgit2 - sorry for double checking but I don't need those right?
Should I worry about those? |
![]() KDE Developer ![]()
|
No -- the git libs aren't needed. And those cmake warnings are just because the cmake people continually come up with ways to "improve" build systems that means everyone has to change stuff for no good reason. Ignore it, it's what I do, too.
|
![]() Registered Member ![]()
|
![]() ![]() |
![]() Registered Member ![]()
|
first build done - and it seems to work
![]() Seems a tad less responsive than a build installed from Fedora repos , but that might be only an impression. Will need to play a tad more with it. Is there a way to have it alongside install from repo, so I could have direct comparison? |
Registered users: Bing [Bot], claydoh, Google [Bot], rblackwell, Yahoo [Bot]