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

Block or report ericriff

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
    ```