Code Monkey home page Code Monkey logo

Comments (7)

wireghoul avatar wireghoul commented on August 21, 2024

Looks like make without an argument defaults to make dist which is only used to make the .tgz files from the repo. It might make more sense to have a different default action, but for now you should be able to work around it using ./configure and make install

from graudit.

antoniovazquezblanco avatar antoniovazquezblanco commented on August 21, 2024

It will work for now but I'm trying to package graudit for Archlinux, this means that compilation and installation would ideally be performed in different steps.

Thanks for your time.

from graudit.

wireghoul avatar wireghoul commented on August 21, 2024

It's a shell script, there is no compilation. The only reason for ./configure is to allow setting the lib and bin dirs.

from graudit.

antoniovazquezblanco avatar antoniovazquezblanco commented on August 21, 2024

You're right there's no compilation "per se" but there is file generation and other operations...
If I were you I would avoid using the configure script by making use of the "standard" DESTIR variable among others in the makefile.
https://www.gnu.org/prep/standards/html_node/Directory-Variables.html#Directory-Variables
https://www.gnu.org/prep/standards/html_node/DESTDIR.html

That should simplify the "compiation" by avoiding the use of a configuration script and by simplifying the Makefile.

from graudit.

blshkv avatar blshkv commented on August 21, 2024

+1. It would help to have a clean ebuild for Pentoo Linux as well.

from graudit.

wireghoul avatar wireghoul commented on August 21, 2024

I'll make this change in the next update

from graudit.

wireghoul avatar wireghoul commented on August 21, 2024

Resolved in version 2.1, commit ff47ceb

Please test and let me know if you have any issues

from graudit.

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.