-
Notifications
You must be signed in to change notification settings - Fork 15
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
Document how to build PosteRazor #3
Comments
Figured it out:
BTW, what about a preview release? Releasing source code is quite easy nowadays with GitHub, it just amounts to creating a git tag, say, 1.9.6, e.g. from the Releases section, and you can add notes and binaries to the release. Given how long you seem to have been working on the Qt port and how stable it looks, why not release it to the world? If there are some bugs left, people will certainly help fix them. |
Hallo Bernhard, entschuldige bitte, dass ich jetzt erste antworte. Schoen, dass das mit dem Einen Binary preview fuer Windows und OSX hatte ich schon vor einiger Zeit Leider hat mir die Motivation gefehlt, PosteRazor 2 ueberhaupt zu promoten, Viele Gruesse, On Mon, Jun 23, 2014 at 4:15 PM, Bernhard Reiter [email protected]
|
Super, freue mich auf 1.9.6! Das 1.9.5er-Preview auf Sourceforge hatte ich gesehen, aber nicht ausprobiert, da es schon ca. 6 Jahre alt ist. Die Dependencies -- also hauptsächlich Qt5, oder? -- sollten mittlerweile eigentlich in so gut wie allen relevanten Linux-Distributionen vorhanden sein, denke ich. Persönlich finde ich Qt doch erheblich ansprechender als FLTK, daher würde ich es nicht als Ballast sehen; außerdem kannst du noch dazu FreeImage als Dependency loswerden, da du ja Qts |
i just compiled v1.9.7 in macos 10.15.4 and i hope this howto is helpful to someone:
macx:CONFIG += macx:QMAKE_MAC_SDK = \ macx:QMAKE_MACOSX_DEPLOYMENT_TARGET =
|
There're dowstream packagers to check details to build on linux: https://github.com/archlinux/svntogit-community/blob/packages/posterazor/trunk/PKGBUILD from RPMBUILD or spec file you can understand how to build the package #9 will help to build versions easily |
I'd like to try out the Qt-based version of PosteRazor. Unfortunately, I don't have any experience with qmake and Qt libraries, so I'd be grateful for some documentation on how to build it (maybe an INSTALL file?), ideally listing depdendencies and commands to be executed (under Debian/Ubuntu, in my case).
The text was updated successfully, but these errors were encountered: