Coder Social home page Coder Social logo

Error in make install about hypnotix HOT 5 CLOSED

linuxmint avatar linuxmint commented on August 16, 2024
Error in make install

from hypnotix.

Comments (5)

clefebvre avatar clefebvre commented on August 16, 2024 3

If you're in Mint, use mint-build directly:

apt install mint-dev-tools
mint-build -i -g hypnotix

Or if you prefer the manual way:

apt install dpkg-dev git
git clone https://github.com/linuxmint/hypnotix.git
cd hypnotix
dpkg-buildpackage
sudo dpkg -i ../hypnotix*.deb

from hypnotix.

vimes666 avatar vimes666 commented on August 16, 2024

Thanks Clem for the quick response. I used the first method and it worked as a treat :)
I like this project, thanks again.

from hypnotix.

ItzSwirlz avatar ItzSwirlz commented on August 16, 2024

There is no make install task. It's just 'make', and essentially a manual install, like the Python nemo-extensions. There is nothing to compile or really do.

Now you could generate the desktop files but it requires a mint package (which I'm trying to see if I can get around that through my repo cinnamon-dev-tools to include stuff like mintcommon, but not have it be mint-specific).

You could add a make install task-which wouldn't be as annoying and would make the Debian packaging easier.

Feel free to open a PR if you wish.

from hypnotix.

vimes666 avatar vimes666 commented on August 16, 2024

Thanks @ItzSwirlz but Clem already solved it for me.

from hypnotix.

eggplants avatar eggplants commented on August 16, 2024

On Ubuntu 20, it works:

mkdir build_hypno && cd $_
git clone https://github.com/linuxmint/hypnotix.git --depth 1
cd hypnotix
dpkg-buildpackage -uc -us # avoid gpg error  
sudo dpkg -i ../hypnotix*.deb
cd ../../ && rm -rf build_hypno

from hypnotix.

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.