darlinghq / darling

Darwin/macOS emulation layer for Linux

Home Page:http://www.darlinghq.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i dont know how to use dprefix

C3OK opened this issue · comments

commented

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

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.

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