diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-06-30 21:45:26 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-06-30 21:45:26 -0400 |
commit | 4b089606eaa969036ec75379dade260302e29891 (patch) | |
tree | ccfe3b066fd113e15b52b04fbc8162163136eb97 /README.md | |
parent | f7ac0f2a1ea373d28f630021c8567f0afb035568 (diff) | |
download | abaddon-portaudio-4b089606eaa969036ec75379dade260302e29891.tar.gz abaddon-portaudio-4b089606eaa969036ec75379dade260302e29891.zip |
add ABADDON_CONFIG environment variable
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |