Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

moving-picture

GTK 4 GIF Widget Library

Build Instructions

Dependencies

  • meson
  • ninja
  • glib-2.0
  • gobject-2.0
  • gtk4
  • libsoup-3.0 (Optional - Used for demos)

Build Commands

First, set up the build directory by running the following command in the project root:

meson setup build --prefix=/usr

Build moving-picture (you need to run this in the project root):

meson compile -C build

To install moving-picture (you need to run this in the project root):

meson install -C build

Testing

After setting up the build directory, you will be able to run tests.

To run tests (you need to run this in the project root), run this command:

meson test -C build

Documentation

By default, documentation is built by default using valadoc

If you would not like to generate documentation for this project, pass the additional -Denable_valadoc=false flag to meson.

If you haven't created the build directory, in the project root run:

meson setup build --prefix=/usr -Denable_valadoc=false

However, if you have already created the build directory, you can run the following command from the project root.

meson configure -Denable_valadoc=false build

To enable valadoc documentation generation again, perform the same commands again but replace false in -Denable_valadoc= with true.


Project generated using vala-lib-starter-kit template via valdo

About

GTK 4 GIF Widget Library

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages