Skip to content
View ericriff's full-sized avatar
🧐
🧐
Block or Report

Block or report ericriff

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. conan-center-index conan-center-index Public

    Forked from conan-io/conan-center-index

    Recipes for the conan-center repository

    Python

  2. oh-my-zsh-installer oh-my-zsh-installer Public

    Script to isntall zsh, oh-my-zsh, the autosuggestions plugin and the agnoster theme.

    Shell

  3. How to build crosstool-ng from sourc... How to build crosstool-ng from sources using the provided Dockerfiles
    1
    # How to build crosstool-ng from sources using the provided Dockerfiles.
    2
    Since this tool has many dependenciess it's a good idea to build in a docker container. Luckily the tool provides some Dockerfiles which simplifies tracking down said dependencies.
    3
    
                  
    4
    First get the repo. This will take you to master, if you want to play it safe you can checkout a tagged release.
    5
    ```