Created
February 18, 2021 18:54
-
-
Save hikiko/6a366008ad97cd8bdc357c35d42f0ab7 to your computer and use it in GitHub Desktop.
set env for angle just notes to myself (I set those paths better in shctx Makefiles check each branch)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
PS1='\[\033[0;32m\]\[\033[0m\033[0;32m\]\u\[\033[0;36m\] @ \[\033[0;36m\]\h \w\[\033[0;32m\]$(__git_ps1)\n\[\033[0;32m\]└─\[\033[0m\033[0;32m\] \$\[\033[0m\033[0;32m\] ▶\[\033[0m\] ' | |
PS1="[angle] $PS1" | |
export PATH=$PATH:$HOME/igalia/install/bin:~/igalia/code/depot_tools | |
export LD_LIBRARY_PATH=/home/eleni/igalia/code/angle/out/Debug:/home/eleni/igalia/install/lib | |
export LD_RUN_PATH=/home/eleni/igalia/code/angle/out/Debug:/home/eleni/igalia/install/lib | |
export LIBGL_DRIVERS_PATH=$HOME/igalia/install/lib/x86_64-linux-gnu/dri/ | |
export MESA_DEBUG=1 | |
export EGL_LOG_LEVEL=debug | |
export EGL_PLATFORM=x11 | |
export TRACE_LIBGL=/home/eleni/igalia/install/lib/x86_64-linux-gnu/libGLESv2.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment