GithubHelp home page GithubHelp logo

Comments (5)

mhogomchungu avatar mhogomchungu commented on September 18, 2024

There is no error there.

"pwquality" package was not found and hence the support for it is disabled meaning when creating a new volume,you will not be told how strong your password is. There is a loss of functionality here because the package that provides it was not found.

external/system supplied "lxqt-wallet" package was not found and hence an internal copy of the package will be used instead. There is no loss of functionality here.

Just type "make" to build the package and it will build just fine.

from sirikali.

smessmer avatar smessmer commented on September 18, 2024

Ok. Maybe BUILD_INSTRUCTIONS should be adapted?

Btw I tried compiling it on Mac but wasn't successful. Even with qt5 installed, cmake doesn't seem to find it. Did you try compiling it on Mac?

from sirikali.

mhogomchungu avatar mhogomchungu commented on September 18, 2024

The project is currently linux only.

I dont have a mac and i have not put any though into porting it to other systems.

Porting the project to mac would need two things.

  1. Mac version of libgcrypt and this seems to be doable since a mac version is present[1].An alternative is to disable secure storage of volume keys by disabling lxqt-wallet functionality.
  2. Have a way of being informed about mount events.The current linux only implementation does this by monitory "/proc/self/mountinfo"[2]

[1] https://www.macports.org/ports.php?by=library&substr=libgcrypt
[2] https://github.com/mhogomchungu/sirikali/blob/master/src/mountinfo.cpp

from sirikali.

mhogomchungu avatar mhogomchungu commented on September 18, 2024

I have updated build instruction documentations[1] to mention the two dependencies that were reported as not being found on your system.

[1] dbb367b

from sirikali.

mhogomchungu avatar mhogomchungu commented on September 18, 2024

SiriKali is now functional on a mac: #18

from sirikali.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.