Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom built version looks for files in the build directory #656

Open
arminfuerst opened this issue Oct 30, 2023 · 1 comment
Open

Custom built version looks for files in the build directory #656

arminfuerst opened this issue Oct 30, 2023 · 1 comment

Comments

@arminfuerst
Copy link

To distribute Gittyup to my local clients, I'd like to build it myself and package it (Linux/Debian).
Building according to https://github.com/Murmele/Gittyup/blob/master/README.md seems to work. I checkout the version (currently commit 6bf49f0).
From the root of the repo, I use following commands:

git submodule update
cd dep/openssl/openssl
./config -fPIC
make
cd ../../..
mkdir -p build/release
cd build/release
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../..
ninja

This results in a version in build/release I can start.
I have following issues with this version:

  • "Help" -> "About Gittyup" displays empty text boxes for "Changelog", "Acknowledgments" and "Privacy". The console prints that the files are looked for in an absolute directory dependent from the build directory: QTextBrowser: No document for file:///<GIT ROOT FOR GITTYUP>/conf/changelog.html
  • The lua-files for the themes are also used from the git-repo: PANIC: unprotected error in call to Lua API (cannot open <GIT ROOT FOR GITTYUP>/conf/System.lua: No such file or directory)

I assume, I need to provide an additional parameter when configuring and I just can't figure out. Or there is a different solution. Anyway it would be good to include these details in README.md

@alerque
Copy link
Contributor

alerque commented Dec 20, 2024

Duplicate with #769.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants