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

scripts: ccache: use cmake to configure build #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 9, 2023

  1. scripts: ccache: use cmake to configure build

    * follow the official working method
    
    current script yields the following error:
    ccache.sh: line 6: ./autogen.sh: No such file or directory
    ccache.sh: line 7: ./configure: No such file or directory
    make: *** No targets specified and no makefile found.  Stop.
    [sudo] password for user: 
    make: *** No rule to make target 'install'.  Stop.
    /tmp
    
    autogen.sh no longer exists in the upstream repo
    Meghthedev authored Sep 9, 2023
    Configuration menu
    Copy the full SHA
    b8f2bcb View commit details
    Browse the repository at this point in the history