builddeps/profile
2025-11-17 17:18:19 +01:00

9 lines
393 B
Bash
Executable file

# You probably want all this in your .profile, .bashrc or wherever
# so that "configure --prefix=$HOME" and its friends pick them up.
PATH=$HOME/bin:/opt/freeware/bin:$PATH
LD_LIBRARY_PATH=$HOME/lib
PKG_CONFIG_PATH=$HOME/lib/pkgconfig:$HOME/share/pkgconfig
CFLAGS=-I$HOME/include
CXXFLAGS=-I$HOME/include
LDFLAGS=-L$HOME/lib
export PATH LD_LIBRARY_PATH PKG_CONFIG_PATH CFLAGS CXXFLAGS LDFLAGS