No description
King_DuckZ
27a5f00ea4
When you code, you should probably configure with -Dscript_path=$HOME/your/code/dir, and doing this now prevents the script files from being copied over to the install dir. This is correct because in this case source dir == dest dir. If you want to really install the program, you should set script_path to a relative path or a different directory than the source. For example -Dscript_path=duckticker/script. ninja install will copy the script files to the install directory in this case. Note that the path to the script directory that gets compiled into the binary is an absolute path in either case. This means that "roaming app" mode is not currently supported. The reason for this is that I need code to detect the binary directory so that relative script paths can work, but I don't have that code right now. |
||
---|---|---|
docs/bitcoinity | ||
script | ||
src | ||
subprojects | ||
.gitignore | ||
.gitmodules | ||
COPYING | ||
meson.build | ||
meson_options.txt |