Skip to content

Instantly share code, notes, and snippets.

@pemd-sys
Created October 1, 2021 23:07
Show Gist options
  • Select an option

  • Save pemd-sys/10f4274ac745af52d9046d25f64a256d to your computer and use it in GitHub Desktop.

Select an option

Save pemd-sys/10f4274ac745af52d9046d25f64a256d to your computer and use it in GitHub Desktop.

Revisions

  1. pemd-sys created this gist Oct 1, 2021.
    8 changes: 8 additions & 0 deletions setupopengl.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # Setup environment for opengl
    ```
    sudo apt-get update
    sudo apt-get install cmake pkg-config
    sudo apt-get install mesa-utils libglu1-mesa-dev freeglut3-dev mesa-common-dev
    sudo apt-get install libglew-dev libglfw3-dev libglm-dev
    sudo apt-get install libao-dev libmpg123-dev
    ```