Skip to content

AmbitionFramework/almanna

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 

Almanna ORM

REQUIREMENTS

Almanna is written in the Vala programming language, and relies on other libraries for its functionality. To build, you will need:

  • Vala 0.48.0 or higher
  • Meson 0.40 or higher, with ninja
  • The GCC 4.x toolchain

At minimum, the following libraries are required:

  • glib-2.0 (>=2.32)
  • gio-2.0
  • gee-1.0
  • libgda-5.0
  • libxml-2.0

BUILDING/INSTALLING FROM GIT

Almanna uses Meson to configure and prepare the source for installation. By default, Almanna will install into /usr/local. Many Linux distros have a hard time with that, so these instructions redirect to "/usr". To build the framework using an "out of source" build:

meson --prefix=/usr builddir
cd builddir
ninja
ninja test
sudo ninja install

About

The Almanna ORM for Vala/GLib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published