Come si cambiano le variabili d'ambiente per VLC su macOS High Sierra?

2

Recentemente, stavo lavorando a un progetto quando ho seguito le seguenti istruzioni (una delle tante qui: link ):

After you've installed VLC, set the following environment variables:

VLC_PATH: point this to the VLC libs folder. Sample Mac OS X location: /Applications/VLC.app/Contents/MacOS/lib

VLC_PLUGIN_PATH: point this to the VLC plugins folder. Sample Mac OS X location: /Applications/VLC.app/Contents/MacOS/plugins

Come si fa a fare quanto segue? Sto usando High Sierra, macOS. My Shell è ZSH.

    
posta DBChronos 10.01.2018 - 19:10
fonte

1 risposta

-1

Dal terminale

nano .profile

Quindi incolla le seguenti righe:

export VLC_PATH=/Applications/VLC.app/Contents/MacOS/lib
export VLC_PLUGIN_PATH=/Applications/VLC.app/Contents/MacOS/plugins

Per salvare, premi Ctrl + X quindi premi Y e infine Enter . Successivamente, riavvia il tuo terminale.

    
risposta data 10.01.2018 - 21:57
fonte

Leggi altre domande sui tag