darlinghq / darling

Darwin/macOS emulation layer for Linux
http://www.darlinghq.org
GNU General Public License v3.0
11.4k stars 440 forks source link

i dont know how to use dprefix #1385

Closed C3OK closed 1 year ago

C3OK commented 1 year ago

hello. i have another question about how dprefix works it says.. "Note that in order to change the prefix location with DPREFIX, you should export this variable in the current shell before running Darling." but i dont know how to export it or where to export it

bugaevc commented 1 year ago

It's an environment variable, like PATH. The syntax depends on your shell, in Bash it's

$ export DPREFIX=/path/to/dprefix

in Fish it's

$ set -x DPREFIX /path/to/dprefix

according to their docs.

P.S. Please consider joining our Discord and asking this kind of questions there, we specifically have a #support channel for that. GitHub issues are primarily for tracking Darling issues.

facekapow commented 1 year ago

Closing this since the original question has been answered and there's been no response.