fix resource installation instruction

This commit is contained in:
ebbit1q
2025-08-08 16:33:12 +02:00
committed by GitHub
parent d3ed8fcaca
commit 1e166bbc9a
+1 -1
View File
@@ -104,7 +104,7 @@ cmake --build .
On old versions it's possible that cmake can't find wx-config, to solve this add the tool to the cmake command manually like this: `-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3` On old versions it's possible that cmake can't find wx-config, to solve this add the tool to the cmake command manually like this: `-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3`
### Installing resources ### Installing resources
Install the resource folder to the .magicseteditor dir: `mkdir -p $HOME/.magicseteditor && cp -r ./resources $HOME/.magicseteditor/resources` Install the resource folder to the .magicseteditor dir: `mkdir -p $HOME/.magicseteditor && cp -rT ./resource $HOME/.magicseteditor/resource`
Templates are installed to `~/.magicseteditor/data`. Fonts are installed to `~/.local/share/fonts`. Templates are installed to `~/.magicseteditor/data`. Fonts are installed to `~/.local/share/fonts`.
## Building on Mac OS ## Building on Mac OS