APA Source generator built with GTK+ and C
Application to create APA strings to include in your reports.
You can easily create an APA strings for a book or webpage by simply
filling in the fields.
$ meson build
$ cd build
$ ninja install
And then run apagenerator
$ cd packaging/RPM
$ spectool -g apagenerator.spec
$ fedpkg --release f27 local
This will create a RPM file which you can install using your package manager.
$ cd data/packaging/flatpak
$ flatpak-builder --repo=apagenerator_repo apagenerator net.bartkessels.apagenerator.json
$ flatpak build-bundle apagenerator_repo apagenerator.flatpak net.bartkessels.apagenerator
This will create a flatpak bundle called apagenerator.flatpak
. To install the flatpak bundle
just run the flatpak install command.
$ flatpak install apagenerator.flatpak
If you have Fedora and don’t want to build APA Generator from source you can easily install it using dnf copr.
$ dnf copr enable bartkessels/apagenerator
$ dnf install apagenerator