summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-06-30 21:45:26 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-06-30 21:45:26 -0400
commit4b089606eaa969036ec75379dade260302e29891 (patch)
treeccfe3b066fd113e15b52b04fbc8162163136eb97 /README.md
parentf7ac0f2a1ea373d28f630021c8567f0afb035568 (diff)
downloadabaddon-portaudio-4b089606eaa969036ec75379dade260302e29891.tar.gz
abaddon-portaudio-4b089606eaa969036ec75379dade260302e29891.zip
add ABADDON_CONFIG environment variable
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1d7154a..42b2901 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,11 @@ Or, do steps 1 and 2, and open CMakeLists.txt in Visual Studio if `vcpkg integra
- MacOS: [here](https://nightly.link/uowuo/abaddon/workflows/ci/master/build-macos-RelWithDebInfo.zip) unsigned, unpackaged, requires gtkmm3 (e.g. from homebrew)
- Linux: [here](https://nightly.link/uowuo/abaddon/workflows/ci/master/build-linux-MinSizeRel.zip) unpackaged (for now), requires gtkmm3. built on Ubuntu 18.04 + gcc9
-⚠️ Make sure you start from the directory where `css` and `res` are or else stuff will be broken
+⚠️ If you use Windows, make sure to start from the directory containing `css` and `res`
+
+If you don't use Windows, `css` and `res` can be loaded from `/usr/share/abaddon`
+
+`abaddon.ini` will also be automatically used if located at `~/.config/abaddon/abaddon.ini` and there is no `abaddon.ini` in the working directory
#### Dependencies:
* [gtkmm](https://www.gtkmm.org/en/)
@@ -196,3 +200,8 @@ For example, memory_db would be set by adding `memory_db = true` under the line
#### misc
* linkcolor (string) - color to use for links in messages
+
+### Environment variables
+
+* ABADDON_NO_FC (Windows only) - don't use custom font config
+* ABADDON_CONFIG - change path of configuration file to use. relative to cwd or can be absolute